From 0e6276fa7845b4fae02274d1314d003167e704b6 Mon Sep 17 00:00:00 2001 From: ruuushhh Date: Mon, 27 May 2024 14:47:24 +0530 Subject: [PATCH] Fix GA Secrets --- .github/workflows/create_release_branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release_branch.yaml b/.github/workflows/create_release_branch.yaml index 85c5d9b9f..1df985591 100644 --- a/.github/workflows/create_release_branch.yaml +++ b/.github/workflows/create_release_branch.yaml @@ -36,6 +36,6 @@ jobs: id: notify with: # Send message to #integrations slack channel - slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }} + slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_INTEGRATIONS_OAUTH_ACCESS_TOKEN }} slack-channel: C074E8V8EL8 slack-text: "${{env.message}} \nCheck diff here: https://github.com/fylein/fyle-integrations-app/compare/${{env.last_release_branch}}...${{env.release_branch}}" \ No newline at end of file