We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1231827 commit ef572d6Copy full SHA for ef572d6
1 file changed
.github/workflows/health-check.yml
@@ -47,7 +47,7 @@ jobs:
47
if: env.PROD_DOWN == 'true' || env.DEV_DOWN == 'true'
48
uses: actions/github-script@v7
49
with:
50
- github-token: ${{ secrets.HEALTHCHECK_ISSUE_TOKEN && secrets.HEALTHCHECK_ISSUE_TOKEN || secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
51
script: |
52
let body = ''
53
if (process.env.PROD_DOWN === 'true') {
0 commit comments