Skip to content

Commit

Permalink
ci(release-assistant): set GITHUB_TOKEN for notify Slack job (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Oct 15, 2024
1 parent 8ed5163 commit b5d5ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Verify labels
id: verify-labels
shell: pwsh
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
$blockerCount = ./ci/pr-count-for-label.ps1 -Label '${{ matrix.blocker-label }}'
Expand Down

0 comments on commit b5d5ea7

Please sign in to comment.