We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c388767 commit 57faff7Copy full SHA for 57faff7
1 file changed
.github/workflows/dev_build_push.yml
@@ -9,6 +9,11 @@ jobs:
9
# Only allow running on the dev branch
10
if: github.ref == 'refs/heads/dev'
11
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
+
17
steps:
18
- name: Checkout dev branch
19
uses: actions/checkout@v4
0 commit comments