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 ad0b07f + b0a2164 commit 585b6beCopy full SHA for 585b6be
.github/workflows/test.yml
@@ -33,9 +33,6 @@ jobs:
33
name: Test Auto
34
runs-on: ubuntu-22.04
35
permissions:
36
- # Required to publish system test results to the PR
37
- issues: write
38
- pull-requests: write
39
contents: read
40
env:
41
COMPOSE_PROJECT_NAME: ci_${{github.run_id}}_${{github.run_attempt || '1'}}
@@ -106,6 +103,11 @@ jobs:
106
103
if: ${{ always() && github.event_name == 'pull_request_target' }}
107
104
needs: [approve, test]
108
105
runs-on: ubuntu-latest
+ permissions:
+ # Required to publish system test results to the PR
+ issues: write
109
+ pull-requests: write
110
+ contents: read
111
steps:
112
- uses: actions/checkout@v4
113
- name: Download reports
0 commit comments