Skip to content

Commit 281fe49

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65186ad commit 281fe49

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy-start.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ permissions: {}
6969
jobs:
7070
deploy-start:
7171
uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-start.yml@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2
72-
permissions: {}
72+
permissions:
73+
actions: read
74+
contents: read
75+
deployments: write
76+
issues: write
77+
pull-requests: write
7378
with:
7479
# JSON array of runner(s) to use.
7580
# See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job.

0 commit comments

Comments
 (0)