Skip to content

Commit 2eeff0e

Browse files
committed
Allow github token to change repository
1 parent f9048ac commit 2eeff0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
permissions:
2727
# to configure-aws-credentials with a role
2828
id-token: write
29-
contents: read
29+
# to merge changes into release
30+
contents: write
3031

3132
steps:
3233
- name: Checkout code

0 commit comments

Comments
 (0)