Skip to content

Commit

Permalink
Use variable for instellar endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Mar 7, 2024
1 parent bc15371 commit 9214d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
env:
WORKFLOW_REF: ${{ github.event.workflow_run.head_branch }}
WORKFLOW_SHA: ${{ github.event.workflow_run.head_sha }}
INSTELLAR_ENDPOINT: https://opsmaru.com
INSTELLAR_ENDPOINT: ${{vars.INSTELLAR_ENDPOINT}}
INSTELLAR_PACKAGE_TOKEN: ${{secrets.INSTELLAR_PACKAGE_TOKEN}}
INSTELLAR_AUTH_TOKEN: ${{secrets.INSTELLAR_AUTH_TOKEN}}

0 comments on commit 9214d40

Please sign in to comment.