Skip to content

Commit

Permalink
Merge pull request #286 from IntelLabs/ci/permissions
Browse files Browse the repository at this point in the history
ci: fix release job permissions
  • Loading branch information
Wenzel authored Jul 8, 2024
2 parents 3ad0b66 + 6491be0 commit 0fa62b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ jobs:
readme-filepath: ./.github/DOCKER.md

release:
permissions:
# required for releases
contents: write
# this job makes an official Github release
needs: [ansible-lint, check-mode, local, remote, docker-image]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fa62b5

Please sign in to comment.