mirror of https://github.com/rq/rq.git
Add packages write permission to docker workflow
This commit is contained in:
parent
7b6250c7ef
commit
48e821ecd0
|
@ -8,7 +8,8 @@ on:
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # to fetch code (actions/checkout)
|
contents: read write # to fetch code (actions/checkout)
|
||||||
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
|
|
Loading…
Reference in New Issue