Skip to content

Commit 4606ed2

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

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Setup GitHub Token for reading Generate Go Doc Repo
2222
id: setup-github-token-read
23-
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
23+
uses: smartcontractkit/.github/actions/setup-github-token@7db14549894156db3c395e30b49f9d00754185ff # [email protected]
2424
with:
2525
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_READ_GENERATE_GO_DOC_REPO }}
2626
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Setup GitHub Token for creating a new PR
136136
id: setup-github-token-write
137-
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
137+
uses: smartcontractkit/.github/actions/setup-github-token@7db14549894156db3c395e30b49f9d00754185ff # [email protected]
138138
with:
139139
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_CREATE_PR }}
140140
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@7db14549894156db3c395e30b49f9d00754185ff # [email protected]
2020
with:
2121
gh-token: ${{ github.token }}
2222
openai-api-key: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)