Skip to content

Commit

Permalink
Merge pull request #1323 from appwrite/fix-cloud-build
Browse files Browse the repository at this point in the history
ci: fix missing sentry var for cloud build
  • Loading branch information
TorstenDittmann authored Aug 27, 2024
2 parents f0136fa + 2a88cf4 commit 635b3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
"PUBLIC_CONSOLE_MODE=cloud"
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY }}"
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
publish-cloud-stage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 635b3f3

Please sign in to comment.