Skip to content

Commit

Permalink
Shift down token step
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Dec 19, 2024
1 parent e75054b commit 3eab112
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ jobs:
goarch: arm64
dist_name: linux_arm64_v8.0
steps:
- name: Checkout chainlink repository
uses: actions/[email protected]
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0

- name: Setup Github Token
id: token
uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # [email protected]
Expand All @@ -92,12 +98,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
set-git-config: "true"

- name: Checkout chainlink repository
uses: actions/[email protected]
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0

- name: Checkout capabilities repository
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3eab112

Please sign in to comment.