Skip to content

Commit

Permalink
Add Authenticate step.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 31, 2023
1 parent 103ee0b commit 19b22ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ jobs:
- name: Link Leap TestHarness Module (fix for v4 of leap)
run: ln -s /usr/share/leap_testing/tests/TestHarness /usr/lib/python3/dist-packages/TestHarness

- name: Authenticate
id: auth
uses: AntelopeIO/github-app-token-action@v1
with:
app_id: ${{ secrets.TRUSTEVM_CI_APP_ID }}
private_key: ${{ secrets.TRUSTEVM_CI_APP_KEY }}

- name: Checkout EOS EVM Node Repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 19b22ae

Please sign in to comment.