Skip to content

Commit 2f13d0f

Browse files
authored
Change GitHub Actions permissions from read to write
1 parent 9f0724b commit 2f13d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
invoke:
2121
runs-on: "ubuntu-latest"
2222
permissions:
23-
contents: "read"
23+
contents: "write"
2424
id-token: "write"
2525
issues: "write"
2626
pull-requests: "write"

0 commit comments

Comments
 (0)