Skip to content

Commit

Permalink
Update smartcontractkit/.github requirement to 209275fd2e35335a386254…
Browse files Browse the repository at this point in the history
…fae9a8a8f3ad413206

Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version.
- [Commits](https://github.com/smartcontractkit/.github/commits/209275fd2e35335a386254fae9a8a8f3ad413206)

---
updated-dependencies:
- dependency-name: smartcontractkit/.github
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 53312f0 commit de08658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity-wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
working-directory: ./contracts

- name: Assume role capable of dispatching action
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/setup-github-token@209275fd2e35335a386254fae9a8a8f3ad413206 # [email protected]
id: get-gh-token
with:
aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
pnpm version ${{ needs.tag-check.outputs.pre-release-version }} --no-git-tag-version --no-commit-hooks --no-git-checks
- name: Publish to NPM (beta)
uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # [email protected]
uses: smartcontractkit/.github/actions/ci-publish-npm@209275fd2e35335a386254fae9a8a8f3ad413206 # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
create-github-release: false
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
fi
- name: Publish to NPM (latest)
uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # [email protected]
uses: smartcontractkit/.github/actions/ci-publish-npm@209275fd2e35335a386254fae9a8a8f3ad413206 # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
create-github-release: false
Expand Down

0 comments on commit de08658

Please sign in to comment.