Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 57faff7

Browse files
committed
add permissions to workflow
1 parent c388767 commit 57faff7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dev_build_push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
# Only allow running on the dev branch
1010
if: github.ref == 'refs/heads/dev'
1111

12+
permissions:
13+
contents: write # Needed to create tags and releases
14+
packages: write # Needed to push to GHCR
15+
id-token: write # For trusted publishing
16+
1217
steps:
1318
- name: Checkout dev branch
1419
uses: actions/checkout@v4

0 commit comments

Comments
 (0)