Skip to content

Commit 139733c

Browse files
committed
Set workflow permissions
1 parent e92a10d commit 139733c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/check_release_necessity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Check release necessity
55

66
on: [pull_request]
77

8+
permissions:
9+
issues: write
10+
811
jobs:
912
check-release-necessity:
1013
# smoelius: Note that `github.event.pull_request.user.login` is the user that opened the pull

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
env:
1515
CARGO_TERM_COLOR: always
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
check-up-to-dateness:
1922
outputs:

.github/workflows/update_third_party_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: update-third-party-tests-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
update:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)