Skip to content

Commit 414cdcd

Browse files
authored
Merge pull request #1698 from OpenSignLabs/prafull-opensignlabs-patch-4
fix: Workflow does not contain permissions
2 parents ff2fd44 + 1fa6b25 commit 414cdcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
name: ci
2+
3+
# 👇 add this block
4+
permissions:
5+
contents: read # allow checkout & metadata-action to read repo
6+
id-token: write # needed by docker/metadata-action v4
7+
28
on:
39
push:
410
branches:

0 commit comments

Comments
 (0)