Skip to content

Commit

Permalink
chore: use correct github token (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Sep 16, 2024
2 parents f470c33 + 7bf5f95 commit be596ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'false'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.NETLIFY_DEMOLISHER }}
script: |
const { owner, repo } = context.repo
// https://octokit.github.io/rest.js/v21/#issues-list-comments
Expand Down

0 comments on commit be596ba

Please sign in to comment.