Skip to content

Commit

Permalink
Permissions for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Nov 27, 2023
1 parent c7ee5af commit f85577c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:

workflow_dispatch:

permissions:
contents: write
packages: write

jobs:
sgx:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:

workflow_dispatch:

permissions:
contents: write
packages: write

env:
REGISTRY: ghcr.io

Expand Down

0 comments on commit f85577c

Please sign in to comment.