mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
Allow callers to control workflow permissions
This commit is contained in:
parent
ac8dfcc607
commit
fa308696b4
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-and-upload.yml
vendored
5
.github/workflows/build-and-upload.yml
vendored
|
|
@ -29,9 +29,8 @@ on:
|
|||
default: true
|
||||
type: boolean
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: write
|
||||
# Permissions are intentionally omitted here so callers can choose
|
||||
# least-privilege (e.g. dev CI uses read-only; releases grant write).
|
||||
|
||||
env:
|
||||
NODE_VERSION: 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue