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 cdf6a53 commit 2f786f6Copy full SHA for 2f786f6
.github/workflows/build-dev.yml
@@ -6,6 +6,10 @@ on:
6
- "dev"
7
- "next"
8
9
+permissions:
10
+ contents: read
11
+ packages: write
12
+
13
env:
14
IMAGE_NAME: pasarguard/${{ github.event.repository.name }}
15
.github/workflows/build.yml
@@ -6,6 +6,7 @@ on:
permissions:
contents: write
0 commit comments