We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83d0f5 + e1165d3 commit 7ba1d09Copy full SHA for 7ba1d09
.github/workflows/release.yaml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
goreleaser:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ packages: write
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
.github/workflows/test.yaml
@@ -10,6 +10,10 @@ on:
pull_request_target:
branches: [ main ]
merge_group:
+
+permissions:
18
approve:
19
name: Approve
@@ -26,7 +30,10 @@ jobs:
26
30
name: Test ${{ matrix.job.image }}
27
31
needs: [approve]
28
32
permissions:
33
+ # Required to publish system test results to the PR
34
+ issues: write
29
35
pull-requests: write
36
37
environment:
38
name: Test Auto
39
0 commit comments