Skip to content

Commit 39a9068

Browse files
authored
Add write permissions for release job
Added permissions for the release job to allow writing contents.
1 parent 4285990 commit 39a9068

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bump_version_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
run: cargo test --verbose
8484
release:
8585
needs: [build-and-test, update_version]
86+
permissions:
87+
contents: write
8688
uses: DavidLee18/aws_cli/.github/workflows/release.yml@main
8789
with:
8890
tag: ${{ needs.update_version.outputs.new_tag }}

0 commit comments

Comments
 (0)