Skip to content

Commit 591cf3d

Browse files
kylemclarenclaude
andcommitted
Add permissions for PR comments and continue-on-error
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent f2ecb4a commit 591cf3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/fly-preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ env:
99
FLY_REGION: iad
1010
FLY_ORG: ${{ vars.FLY_PREVIEW_ORG }}
1111

12+
permissions:
13+
contents: read
14+
pull-requests: write
15+
1216
jobs:
1317
preview:
1418
runs-on: ubuntu-latest
@@ -35,6 +39,7 @@ jobs:
3539

3640
- name: Comment on PR
3741
if: github.event.action != 'closed'
42+
continue-on-error: true
3843
uses: actions/github-script@v7
3944
with:
4045
script: |

0 commit comments

Comments
 (0)