File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build-push :
1111 name : run tests, build and push
12- runs-on : ubuntu-latest
12+ runs-on : arc-standard-small-set
1313 steps :
1414 - uses : actions/checkout@v4
1515
9898 uses : aws-actions/configure-aws-credentials@v4
9999 with :
100100 aws-region : us-west-1
101- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
102- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
103-
101+ g
104102 - name : Deploy updated builds to staging
105103 if : ${{ github.ref == 'refs/heads/main' }}
106104 id : build
Original file line number Diff line number Diff line change 88
99jobs :
1010 publish :
11- runs-on : ubuntu-latest
11+ runs-on : arc-standard-small-set
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
You can’t perform that action at this time.
0 commit comments