Skip to content

Commit 020fe4e

Browse files
authored
add permissions for workflow (#116)
1 parent d3d13b2 commit 020fe4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ on:
1717
- 'Entrypoint.sh'
1818
jobs:
1919
build:
20+
permissions:
21+
contents: read
22+
packages: write
23+
security-events: write
24+
id-token: write
2025
name: 'OCI'
2126
uses: curium-rocks/flows/.github/workflows/oci-build-image.yml@main
2227
with:

0 commit comments

Comments
 (0)