We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba7d17 commit d8621f9Copy full SHA for d8621f9
1 file changed
.github/workflows/gh-pages.yml
@@ -12,9 +12,11 @@ jobs:
12
env:
13
PR_PATH: pull/${{github.event.number}}
14
permissions:
15
+ id-token: write
16
contents: write
17
steps:
18
- name: Comment on PR
19
+ continue-on-error: true
20
uses: hasura/comment-progress@v2.3.0
21
if: github.ref != 'refs/heads/main'
22
with:
@@ -86,6 +88,7 @@ jobs:
86
88
destination_dir: ${{ env.PR_PATH }}
87
89
90
- name: Update comment
91
92
93
94
0 commit comments