mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-07 11:20:19 +00:00
Set 'packages' scope permission to write for GITHUB_TOKEN
This commit is contained in:
parent
da2d2d49d5
commit
7abc5f9c5a
2
.github/workflows/build-docker-images.yml
vendored
2
.github/workflows/build-docker-images.yml
vendored
@ -19,6 +19,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docker-images:
|
docker-images:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
# https://github.com/marketplace/actions/checkout
|
# https://github.com/marketplace/actions/checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user