Skip to content

Commit f127059

Browse files
provide permissions for 3-channel checks when called from deployment (#64)
1 parent 6131bd7 commit f127059

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010

1111
jobs:
1212
quality-check:
13+
permissions:
14+
contents: read
15+
issues: write
1316
uses: ./.github/workflows/rust-stability.yml
1417

1518
publish:

0 commit comments

Comments
 (0)