There was an error while loading. Please reload this page.
1 parent c5afb2d commit 69469c9Copy full SHA for 69469c9
2 files changed
.github/workflows/non-release.yaml
@@ -10,7 +10,7 @@ jobs:
10
mode: snapshot
11
secrets: inherit
12
permissions:
13
- contents: write
+ contents: read
14
packages: write
15
id-token: write
16
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
build:
uses: ./.github/workflows/build.yaml
17
18
19
with:
0 commit comments