Skip to content

Commit

Permalink
BI-5255 Add package read permission to gh token in manual e2e run (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Feb 21, 2024
1 parent 58f154f commit e8fd5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_e2e_on_ref_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: [ self-hosted, linux ]
permissions:
contents: read
packages: read
container:
image: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/debian_docker:latest"
options: -v /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit e8fd5a1

Please sign in to comment.