We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00110d8 commit 70e3556Copy full SHA for 70e3556
1 file changed
.github/workflows/build-and-release.yml
@@ -10,6 +10,7 @@ on:
10
11
permissions:
12
contents: write
13
+ issues: write
14
pull-requests: write
15
id-token: write
16
@@ -51,10 +52,6 @@ jobs:
51
52
release:
53
runs-on: ubuntu-latest
54
needs: [build, integration-tests]
- permissions:
55
- contents: write
56
- issues: write
57
- pull-requests: write
58
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
59
steps:
60
- uses: actions/checkout@v3
0 commit comments