We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617917 commit c566c4dCopy full SHA for c566c4d
1 file changed
.github/workflows/health-check.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
health-check:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ issues: write
12
13
steps:
14
- name: Check Production Environment
@@ -43,7 +45,7 @@ jobs:
43
45
44
46
- name: Create Issue on Failure
47
if: env.PROD_DOWN == 'true' || env.DEV_DOWN == 'true'
- uses: actions/github-script@v6
48
+ uses: actions/github-script@v7
49
with:
50
github-token: ${{ secrets.GITHUB_TOKEN }}
51
script: |
0 commit comments