Skip to content

Commit 1d761bf

Browse files
authored
Add missing workflow permissions (#23)
1 parent 90e4cd3 commit 1d761bf

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ concurrency:
66
group: pr-${{ github.ref }}
77
cancel-in-progress: true
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
lint-entrypoint-py:
1114
name: Lint entrypoint.py

.github/workflows/update-nightly-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: "rebuild-nightly-images"
1414
cancel-in-progress: true
1515

16+
permissions:
17+
packages: write
18+
1619
jobs:
1720
rebuild-public-nightly-image:
1821
name: Rebuild nightly public image

.github/workflows/update-release-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: "rebuild-release-images"
1414
cancel-in-progress: true
1515

16+
permissions:
17+
packages: write
18+
1619
jobs:
1720
rebuild-public-release-image:
1821
name: Rebuild release public image

0 commit comments

Comments
 (0)