Skip to content

Commit

Permalink
fix: attempt to add token
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep authored Oct 31, 2024
1 parent 4ede0dd commit d4a1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{ secrets.GH_LABELING_CREDENTIALS }}
script: |
const fs = require('fs');
const path = require('path');
Expand Down

0 comments on commit d4a1792

Please sign in to comment.