Add contents write permission to releases workflow (#2182)
Some checks are pending
Master Build, Test & Deploy / main (push) Waiting to run

This commit is contained in:
GCHQ Developer 85297 2026-02-06 12:15:06 +00:00 committed by GitHub
parent 4ca5157508
commit abbb8496cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ jobs:
permissions:
id-token: write
packages: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6