Browse Source

Add proper permissions to workflow call (#435)

pull/436/head
Vince Grassia 2 weeks ago committed by GitHub
parent
commit
abc81ab957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -408,6 +408,7 @@ jobs: @@ -408,6 +408,7 @@ jobs:
uses: ./.github/workflows/build-bitwarden-lite.yml
needs: update-versions
permissions:
contents: read
id-token: write
packages: write
security-events: write

Loading…
Cancel
Save