Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't scope staging to a specific guild
Browse files Browse the repository at this point in the history
MattIPv4 committed Aug 12, 2024
1 parent 3c3577a commit 9d3ffd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deployment-staging.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,6 @@ jobs:
CLIENT_ID: ${{ secrets.STAGING_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.STAGING_CLIENT_SECRET }}
CLIENT_PUBLIC_KEY: ${{ secrets.STAGING_CLIENT_PUBLIC_KEY }}
TEST_GUILD_ID: ${{ secrets.STAGING_TEST_GUILD_ID }}
SENTRY_AUTH_TOKEN: ${{ secrets.STAGING_SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.STAGING_SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.STAGING_SENTRY_PROJECT }}

0 comments on commit 9d3ffd2

Please sign in to comment.