Skip to content

Commit 2b8003d

Browse files
committed
Fixed Workflow Permissions
1 parent c61b198 commit 2b8003d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
build-and-push:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
packages: write
13+
attestations: write
14+
id-token: write
1015
steps:
1116
- name: Checkout repository
1217
uses: actions/checkout@v3

0 commit comments

Comments
 (0)