Skip to content

Commit 5f13019

Browse files
authored
TRIVIAL: add permissions to release action (#12)
1 parent 12fbc23 commit 5f13019

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
docker:
1515
name: Build
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
19+
packages: write
20+
id-token: write
1721
steps:
1822
- name: Checkout
1923
uses: actions/checkout@v3

0 commit comments

Comments
 (0)