Skip to content

Commit 98bacd0

Browse files
Fix typo, add aws keys
1 parent ae4dbfe commit 98bacd0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/code-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
required: true
99
push:
1010
branches: [gh-actions-update-node-version-24]
11+
secrets:
12+
aws_key: ${{secrets.AWS_ACCESS_KEY_ID}}
13+
aws_secret_key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
1114
jobs:
1215
build:
1316
runs-on: ubuntu-latest

.github/workflows/generate-messages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: ${{ github.head_ref || github.ref_name }}
1919
fetch-depth: 0
20-
- uses: actions/checkout@6
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/checkout@v6
2323
with:

0 commit comments

Comments
 (0)