We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f470c33 + 7bf5f95 commit be596baCopy full SHA for be596ba
.github/workflows/pr-cleanup.yml
@@ -43,7 +43,7 @@ jobs:
43
if: steps.changed-files.outputs.any_changed == 'false'
44
uses: actions/github-script@v7
45
with:
46
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.NETLIFY_DEMOLISHER }}
47
script: |
48
const { owner, repo } = context.repo
49
// https://octokit.github.io/rest.js/v21/#issues-list-comments
0 commit comments