Skip to content

Commit

Permalink
Update cicd_docker.yml
Browse files Browse the repository at this point in the history
Tentative ajout permissions sur packages
  • Loading branch information
mborne authored Jul 10, 2024
1 parent 65b504f commit 2ed002e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
branches:
- '**'


# test mborne
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#defining-access-for-the-github_token-scopes
permissions:
packages: write

env:
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 2ed002e

Please sign in to comment.