Skip to content

Commit

Permalink
add permissions for workflow (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida authored Jul 26, 2023
1 parent d3d13b2 commit 020fe4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ on:
- 'Entrypoint.sh'
jobs:
build:
permissions:
contents: read
packages: write
security-events: write
id-token: write
name: 'OCI'
uses: curium-rocks/flows/.github/workflows/oci-build-image.yml@main
with:
Expand Down

0 comments on commit 020fe4e

Please sign in to comment.