Skip to content

Commit dec1826

Browse files
author
AmmarKarachi
committed
added additional permissions
1 parent 8b0ba2d commit dec1826

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/release-beta.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ const integrationTestJob = {
9191
integration_tests: {
9292
runsOn: 'ubuntu-latest',
9393
needs: 'release',
94-
permissions: { actions: 'write' },
94+
permissions: {
95+
checks: 'write',
96+
contents: 'write',
97+
actions: 'write',
98+
},
9599
steps: [
96100
{
97101
name: 'Checkout',

0 commit comments

Comments
 (0)