1
0
Fork 0

Merge pull request #1675 from actions/provenance-permissions

fix permissions for release workflow
pull/1676/head
Brian DeHamer 2024-02-26 11:40:12 -08:00 committed by GitHub
commit 29bf378d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
inputs:
package:
required: true
description: 'core, artifact, cache, exec, github, glob, http-client, io, tool-cache'
description: 'core, artifact, cache, exec, github, glob, http-client, io, tool-cache, attest'
jobs:
test:
@ -49,6 +49,9 @@ jobs:
runs-on: macos-latest
needs: test
environment: npm-publish
permissions:
contents: read
id-token: write
steps:
- name: download artifact