File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'bombshell-dev'
1212 uses : bombshell-dev/automation/.github/workflows/format.yml@main
1313 secrets : inherit
14+ permissions :
15+ contents : write
16+ pull-requests : write
Original file line number Diff line number Diff line change 99 if : github.repository_owner == 'bombshell-dev'
1010 uses : bombshell-dev/automation/.github/workflows/preview.yml@main
1111 secrets : inherit
12+ permissions :
13+ contents : write
14+ pull-requests : write
15+ id-token : write
1216 with :
13- publish : ' . '
17+ publish : " . "
Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'bombshell-dev'
1212 uses : bombshell-dev/automation/.github/workflows/publish.yml@main
1313 secrets : inherit
14-
14+ permissions :
15+ contents : write
16+ pull-requests : write
17+ id-token : write
You can’t perform that action at this time.
0 commit comments