Skip to content

Commit

Permalink
fix: expose correct vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Mar 8, 2024
1 parent 92a9c98 commit b4b5ed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
VUE_APP_SENTRY_DSN: ${{ secrets.VUE_APP_SENTRY_DSN }}

PUBLISH_BUCKET: ${{ secrets.PUBLISH_BUCKET }}
PUBLISH_ENDPOINT: ${{ secrets.PUBLISH_ENDPOINT }}

jobs:
build-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4b5ed0

Please sign in to comment.