File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
types :
8
8
- completed
9
9
10
- permissions :
11
- statuses : write
12
10
concurrency :
13
11
group : " ${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}-${{ github.workflow_ref }}"
14
12
cancel-in-progress : true
57
55
needs : changes
58
56
if : ${{ needs.changes.outputs.should_run == 'true' }}
59
57
runs-on : ubuntu-latest
58
+ permissions :
59
+ actions : read
60
60
steps :
61
61
- name : Download all artifacts
62
62
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 6
6
types :
7
7
- completed
8
8
9
- permissions :
10
- statuses : write
11
-
12
9
concurrency :
13
10
group : " ${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}-${{ github.workflow_ref }}"
14
11
cancel-in-progress : true
57
54
runs-on : ubuntu-latest
58
55
needs : changes
59
56
if : needs.changes.outputs.should_run == 'true'
57
+ permissions :
58
+ actions : read
60
59
outputs :
61
60
vercel_url : ${{ steps.output_url.outputs.vercel_url }}
62
61
env :
You can’t perform that action at this time.
0 commit comments