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