Skip to content

Commit

Permalink
fixup! TODO: find ancestor (move install from node-installer to runtime)
Browse files Browse the repository at this point in the history
add required permission to caa test
  • Loading branch information
burgerdev committed Nov 29, 2024
1 parent 5152383 commit 0e9ad0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/e2e_peerpods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ on:
jobs:
test:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Log in to ghcr.io Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/setup_nix
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0e9ad0c

Please sign in to comment.