Skip to content

Commit 5a0cd14

Browse files
committed
[patch] engmt-xx: fix gha
1 parent 8a10a5c commit 5a0cd14

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,20 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: AWS, credentials setup
1616
uses: aws-actions/configure-aws-credentials@v4
1717
with:
1818
aws-region: us-west-1
19-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
20-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2119

2220
- name: Add INPUT_SHA env var
2321
run: |
2422
export INPUT_SHA=$(git rev-parse ${{ github.ref }})
2523
echo "INPUT_SHA=`echo $INPUT_SHA`" >> $GITHUB_ENV
2624
2725
- name: Install branch-github-actions
28-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2927
with:
3028
repository: BranchMetrics/branch-github-actions
3129
ref: master

0 commit comments

Comments
 (0)