mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 00:57:08 +00:00
Add packages write permission
This commit is contained in:
parent
dbdcb460e5
commit
a0729304d1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -15,6 +15,8 @@ env:
|
|||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue