-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update smartcontractkit/.github requirement to d316f66b2990ea4daa479d…
…aa3de6fc92b00f863e Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/d316f66b2990ea4daa479daa3de6fc92b00f863e) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4565fef
commit ed058f2
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ jobs: | |
- name: Setup Github Token | ||
if: ${{ inputs.evm-ref }} | ||
id: get-gh-token | ||
uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # [email protected] | ||
uses: smartcontractkit/.github/actions/setup-github-token@d316f66b2990ea4daa479daa3de6fc92b00f863e # [email protected] | ||
with: | ||
aws-role-arn: ${{ secrets.AWS_OIDC_GLOBAL_READ_ONLY_TOKEN_ISSUER_ROLE_ARN }} | ||
aws-lambda-url: ${{ secrets.AWS_INFRA_RELENG_TOKEN_ISSUER_LAMBDA_URL }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
working-directory: ./contracts | ||
|
||
- name: Assume role capable of dispatching action | ||
uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # [email protected] | ||
uses: smartcontractkit/.github/actions/setup-github-token@d316f66b2990ea4daa479daa3de6fc92b00f863e # [email protected] | ||
id: get-gh-token | ||
with: | ||
aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@d316f66b2990ea4daa479daa3de6fc92b00f863e # [email protected] | ||
with: | ||
npm-token: ${{ secrets.NPM_TOKEN }} | ||
create-github-release: false | ||
|
@@ -226,7 +226,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@d316f66b2990ea4daa479daa3de6fc92b00f863e # [email protected] | ||
with: | ||
npm-token: ${{ secrets.NPM_TOKEN }} | ||
create-github-release: false | ||
|