Skip to content

Commit

Permalink
Fix GA Secrets (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed May 27, 2024
1 parent 3ff4025 commit f559dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"

0 comments on commit f559dca

Please sign in to comment.