Skip to content

Commit

Permalink
added additional permissions
Browse files Browse the repository at this point in the history
AmmarKarachi committed Nov 11, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8b0ba2d commit dec1826
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-beta.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/release.yml

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

6 changes: 5 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -91,7 +91,11 @@ const integrationTestJob = {
integration_tests: {
runsOn: 'ubuntu-latest',
needs: 'release',
permissions: { actions: 'write' },
permissions: {
checks: 'write',
contents: 'write',
actions: 'write',
},
steps: [
{
name: 'Checkout',

0 comments on commit dec1826

Please sign in to comment.