Skip to content

Commit 1a28872

Browse files
committed
fix: return permissions at the top level and return contents perm
1 parent c70145d commit 1a28872

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and Publish TypeID Extension
22

3+
permissions:
4+
packages: write
5+
id-token: write
6+
contents: write
37

48
on:
59
push:
@@ -90,9 +94,7 @@ jobs:
9094

9195
build-and-push-docker:
9296
needs: build-and-publish
93-
permissions:
94-
packages: write
95-
id-token: write
97+
9698
runs-on: ubuntu-latest
9799
steps:
98100
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)