Skip to content

Commit b7ddc9d

Browse files
committed
Fix commit permissions for github actions
1 parent 855c146 commit b7ddc9d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/generate_webview_screenshots.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ name: Generate WebView Screenshots
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
generate-screenshots:
811
runs-on: ubuntu-latest
912

1013
steps:
1114
- name: Checkout code
1215
uses: actions/checkout@v4
16+
with:
17+
persist-credentials: true
1318

1419
- name: Set up JDK 17
1520
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)