-
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 6da79c7b9f14bec077df2c…
…1ad40d53823b409d9c Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/6da79c7b9f14bec077df2c1ad40d53823b409d9c) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ff1f954
commit 12e3e6a
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
helm repo add tempo https://grafana.github.io/helm-charts | ||
helm repo add grafana https://grafana.github.io/helm-charts | ||
- name: ci-lint-helm-charts | ||
uses: smartcontractkit/.github/actions/ci-lint-charts@6b08487b176ef7cad086526d0b54ddff6691c044 # [email protected] | ||
uses: smartcontractkit/.github/actions/ci-lint-charts@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected] | ||
with: | ||
# chart testing inputs | ||
chart-testing-extra-args: "--lint-conf=lintconf.yaml" | ||
|
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 |
---|---|---|
|
@@ -213,7 +213,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 (Dry Run) | ||
uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # [email protected] | ||
uses: smartcontractkit/.github/actions/ci-publish-npm@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected] | ||
with: | ||
npm-token: ${{ secrets.NPM_TOKEN }} | ||
create-github-release: false | ||
|
@@ -255,7 +255,7 @@ jobs: | |
fi | ||
- name: Publish to NPM (Dry Run) | ||
uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # [email protected] | ||
uses: smartcontractkit/.github/actions/ci-publish-npm@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected] | ||
with: | ||
npm-token: ${{ secrets.NPM_TOKEN }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|