Browse Source

Add proper permissions to workflow call

pull/435/head
Vince Grassia 2 weeks ago
parent
commit
2ef257afb7
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08
  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