We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4dbfe commit 98bacd0Copy full SHA for 98bacd0
2 files changed
.github/workflows/code-build.yml
@@ -8,6 +8,9 @@ on:
8
required: true
9
push:
10
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}}
14
jobs:
15
build:
16
runs-on: ubuntu-latest
.github/workflows/generate-messages.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
ref: ${{ github.head_ref || github.ref_name }}
19
fetch-depth: 0
20
- - uses: actions/checkout@6
+ - uses: actions/checkout@v6
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/checkout@v6
23
0 commit comments