Skip to content

Commit c929a1e

Browse files
committed
ci(package): drop useless permissions block
Since the CI runs would not be triggered when pushing from a workflow via the `contents: write` permission, we use a PAT stored as an environment secret instead. So we do not need that block anymore, it can go. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 09171a2 commit c929a1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/npm-run-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
required: false
1212
type: string
1313

14-
permissions:
15-
contents: write
16-
1714
jobs:
1815
npm-run-package-and-push: # make sure build/ci work properly
1916
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)