Skip to content

Commit

Permalink
Amend comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Dec 12, 2024
1 parent 212df15 commit a5708e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:

- name: Checkout capabilities repository
uses: actions/checkout@v4.2.1
with: // Pass in token because it's a private repo
with:
repository: smartcontractkit/capabilities
# Pass in token because it's a separate and private repo
token: ${{ steps.token.outputs.access-token }}

- name: Checkout chainlink repository
Expand Down

0 comments on commit a5708e4

Please sign in to comment.