mirror of
https://github.com/aunefyren/wrapperr
synced 2025-01-10 08:38:43 +00:00
Added read/write perm
This commit is contained in:
parent
bdf506fc9f
commit
6ca4320d2a
1 changed files with 4 additions and 1 deletions
3
.github/workflows/docker-image-beta.yml
vendored
3
.github/workflows/docker-image-beta.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue