Skip to content

Commit be596ba

Browse files
authored
chore: use correct github token (#2962)
2 parents f470c33 + 7bf5f95 commit be596ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.changed-files.outputs.any_changed == 'false'
4444
uses: actions/github-script@v7
4545
with:
46-
github-token: ${{ secrets.GITHUB_TOKEN }}
46+
github-token: ${{ secrets.NETLIFY_DEMOLISHER }}
4747
script: |
4848
const { owner, repo } = context.repo
4949
// https://octokit.github.io/rest.js/v21/#issues-list-comments

0 commit comments

Comments
 (0)