File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3434 contents : read
3535 id-token : write
3636 uses : ./.github/workflows/release-ionic.yml
37+ secrets : inherit
3738 with :
3839 tag : nightly
3940 version : ${{ needs.create-nightly-hash.outputs.nightly-hash }}
Original file line number Diff line number Diff line change @@ -55,16 +55,25 @@ permissions:
5555jobs :
5656 run-nightly :
5757 if : ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.release-type == 'nightly') }}
58+ permissions :
59+ contents : read
60+ id-token : write
5861 uses : ./.github/workflows/nightly.yml
5962 secrets : inherit
6063
6164 run-dev :
6265 if : ${{ github.event_name == 'workflow_dispatch' && inputs.release-type == 'dev' }}
66+ permissions :
67+ contents : read
68+ id-token : write
6369 uses : ./.github/workflows/dev-build.yml
6470 secrets : inherit
6571
6672 run-production :
6773 if : ${{ github.event_name == 'workflow_dispatch' && inputs.release-type == 'production' }}
74+ permissions :
75+ contents : read
76+ id-token : write
6877 uses : ./.github/workflows/release.yml
6978 secrets : inherit
7079 with :
You can’t perform that action at this time.
0 commit comments