mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-08 00:10:29 -08:00
Add contents write permission to releases workflow (#2182)
Some checks are pending
Master Build, Test & Deploy / main (push) Waiting to run
Some checks are pending
Master Build, Test & Deploy / main (push) Waiting to run
This commit is contained in:
parent
4ca5157508
commit
abbb8496cc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/releases.yml
vendored
1
.github/workflows/releases.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
permissions:
|
||||
id-token: write
|
||||
packages: write
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue