Skip to content

Commit 46f0a92

Browse files
Update smartcontractkit/.github requirement to f051504b88d1c6b01f244f27d1af9bdc871df210
Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/f051504b88d1c6b01f244f27d1af9bdc871df210) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 404e04e commit 46f0a92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Setup GitHub Token for reading Generate Go Doc Repo
2121
id: setup-github-token-read
22-
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
22+
uses: smartcontractkit/.github/actions/setup-github-token@f051504b88d1c6b01f244f27d1af9bdc871df210 # [email protected]
2323
with:
2424
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_READ_GENERATE_GO_DOC_REPO }}
2525
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Setup GitHub Token for creating a new PR
115115
id: setup-github-token-write
116-
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
116+
uses: smartcontractkit/.github/actions/setup-github-token@f051504b88d1c6b01f244f27d1af9bdc871df210 # [email protected]
117117
with:
118118
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_CREATE_PR }}
119119
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}

.github/workflows/pr-description-ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
repository-projects: read
1717
steps:
1818
- name: Generate PR Description
19-
uses: smartcontractkit/.github/actions/llm-pr-writer@0dd7de0bab24dcc169499ac8c71f7315cc8ca98e # [email protected]
19+
uses: smartcontractkit/.github/actions/llm-pr-writer@f051504b88d1c6b01f244f27d1af9bdc871df210 # [email protected]
2020
with:
2121
gh-token: ${{ github.token }}
2222
openai-api-key: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)