Skip to content

Commit ef572d6

Browse files
committed
Fix: GitHub Actions permissions for issue creation
1 parent 1231827 commit ef572d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/health-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: env.PROD_DOWN == 'true' || env.DEV_DOWN == 'true'
4848
uses: actions/github-script@v7
4949
with:
50-
github-token: ${{ secrets.HEALTHCHECK_ISSUE_TOKEN && secrets.HEALTHCHECK_ISSUE_TOKEN || secrets.GITHUB_TOKEN }}
50+
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |
5252
let body = ''
5353
if (process.env.PROD_DOWN === 'true') {

0 commit comments

Comments
 (0)