Skip to content

Commit

Permalink
Remove CHAINLOOP_ROBOT_ACCOUNT and private/public keys for signing
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Liszka <[email protected]>
  • Loading branch information
danlishka committed Jun 19, 2024
1 parent fd4a199 commit edfcfb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
chainloop_init:
name: Chainloop Init
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@797374fdec9dbc391c87778c34053365fa026980
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@afb272bc5e7e60117166728569cd47ee7711a980
secrets:
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
with:
chainloop_labs_branch: 797374fdec9dbc391c87778c34053365fa026980
chainloop_labs_branch: afb272bc5e7e60117166728569cd47ee7711a980
contract_revision: 3
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,12 +67,12 @@ jobs:

chainloop_push:
name: Chainloop Push
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@797374fdec9dbc391c87778c34053365fa026980
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@afb272bc5e7e60117166728569cd47ee7711a980
needs:
- collect-metadata
- chainloop_init
secrets:
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
with:
attestation_name: "petclinic"
chainloop_labs_branch: 797374fdec9dbc391c87778c34053365fa026980
chainloop_labs_branch: afb272bc5e7e60117166728569cd47ee7711a980

0 comments on commit edfcfb2

Please sign in to comment.