Skip to content

Commit

Permalink
fix: extend job permission to create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Oct 12, 2023
1 parent 7213cc1 commit 3f5a7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,12 @@ const release: Job = {
},
],
permissions: {
contents: JobPermission.READ,
contents: JobPermission.WRITE,
checks: JobPermission.READ,
statuses: JobPermission.READ,
securityEvents: JobPermission.WRITE,
packages: JobPermission.WRITE,

},
}

Expand Down

0 comments on commit 3f5a7a7

Please sign in to comment.