Skip to content

Commit

Permalink
Update token for dependabot notifications (#27949)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD authored Aug 23, 2024
1 parent fcb3613 commit 5f3915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_security-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
RESPONSE=$(curl \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dependabot/alerts?state=open)
echo 'ALERTS<<EOF' >> $GITHUB_OUTPUT
echo $RESPONSE >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5f3915d

Please sign in to comment.