mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:48:30 +02:00
Set explicit workflow token permissions for CLI npm release
This commit is contained in:
3
.github/workflows/release-cli-npm.yml
vendored
3
.github/workflows/release-cli-npm.yml
vendored
@@ -10,6 +10,9 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-binaries:
|
build-binaries:
|
||||||
name: Build ${{ matrix.pkg }}
|
name: Build ${{ matrix.pkg }}
|
||||||
|
|||||||
Reference in New Issue
Block a user