Skip to content

Commit

Permalink
lets try permission on target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
huynaism committed Oct 29, 2024
1 parent 5b1e661 commit 8ae00c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
run-lint: true

docker_pipeline:
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@huy/add-docker-sec
secrets: inherit
Expand Down

0 comments on commit 8ae00c8

Please sign in to comment.