Skip to content

Commit d069e9c

Browse files
authored
Merge pull request #656 from amplify-education/hotfix/update-permissions
Fix release and tag permissions
2 parents ccaf31e + 6a3e479 commit d069e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# https://docs.npmjs.com/trusted-publishers
1010
permissions:
1111
id-token: write # Required for OIDC
12-
contents: read
12+
contents: write # Required for the release and tag creation
1313

1414
jobs:
1515
main:

0 commit comments

Comments
 (0)