Skip to content

Commit

Permalink
login to cgr
Browse files Browse the repository at this point in the history
(cherry picked from commit be2007c)
  • Loading branch information
eg-ayoub committed Nov 15, 2024
1 parent b8f2faf commit 01142b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to Chainguard
uses: chainguard-dev/setup-chainctl@main
with:
identity: ${{ secrets.CGR_DEV_TEST_IDENTITY }}
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ on:
- "w/**"
- "q/*/**"

permissions:
contents: read
id-token: write

jobs:
changed-files:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 01142b5

Please sign in to comment.