Skip to content

Commit

Permalink
Update ci scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Dec 6, 2023
1 parent abf3cae commit b51216c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
container: ${{fromJSON(needs.d.outputs.p)[matrix.platform].image}}

steps:
- 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: 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 Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -128,12 +128,12 @@ jobs:
apt update
apt upgrade -y
- 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: 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: Download EOS EVM Node builddir
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b51216c

Please sign in to comment.