File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7171 run-production :
7272 if : ${{ github.event_name == 'workflow_dispatch' && inputs.release-type == 'production' }}
7373 permissions :
74- contents : read
74+ contents : write
7575 id-token : write
7676 uses : ./.github/workflows/release.yml
7777 secrets : inherit
Original file line number Diff line number Diff line change 5454 finalize-release :
5555 needs : [release-ionic]
5656 runs-on : ubuntu-latest
57+ permissions :
58+ contents : write
59+ id-token : write
5760 steps :
5861 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5962 with :
8285 # possible for them to push at the same time.
8386 needs : [finalize-release]
8487 runs-on : ubuntu-latest
88+ permissions :
89+ contents : write
90+ id-token : write
8591 steps :
8692 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8793 # Pull the latest version of the reference
You can’t perform that action at this time.
0 commit comments