Skip to content

Commit

Permalink
Set the SLACK_API_TOKEN in the create_rc_pr workflow (#28953)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Sep 2, 2024
1 parent 912860b commit a124f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
ATLASSIAN_USERNAME: ${{ secrets.ATLASSIAN_USERNAME }}
ATLASSIAN_PASSWORD: ${{ secrets.ATLASSIAN_PASSWORD }}
run: |
export SLACK_API_TOKEN="${{ secrets.SLACK_API_TOKEN }}"
echo "CHANGES=$(inv -e release.check-for-changes -r ${{ matrix.value }} ${{ needs.find_release_branches.outputs.warning }})" >> $GITHUB_OUTPUT
- name: Create RC PR
Expand Down

0 comments on commit a124f8f

Please sign in to comment.