From 9d3ffd2f052792c049f86aeb3e5e0bc3608b6b65 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Mon, 12 Aug 2024 02:30:07 +0100 Subject: [PATCH] Don't scope staging to a specific guild --- .github/workflows/deployment-staging.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deployment-staging.yml b/.github/workflows/deployment-staging.yml index 770414f..b94fb76 100644 --- a/.github/workflows/deployment-staging.yml +++ b/.github/workflows/deployment-staging.yml @@ -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 }}