File tree Expand file tree Collapse file tree
actions/deploy-with-version Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 push-or-pr :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : ' Deploy'
1515 if : github.event_name != 'false'
16- uses : ./.github/workflows /deploy-with-version.yml
16+ uses : ./.github/actions /deploy-with-version
1717 with :
1818 dcl-sdk-package : ' @dcl/sdk@latest'
1919 env :
Original file line number Diff line number Diff line change @@ -17,15 +17,12 @@ jobs:
1717
1818 build-and-deploy-latest :
1919 needs : [skip-up-to-date-schedules]
20- steps :
21- - name : Deploy
22- if : ${{ needs.skip-up-to-date-schedules.outputs.out_of_date_latest }}
23- uses : ./.github/workflows/deploy-with-version.yml
24- with :
25- dcl-sdk-package : ' @dcl/sdk@latest'
26- secrets :
27- SDK_TEAM_S3_BUCKET : ${{ secrets.SDK_TEAM_S3_BUCKET }}
28- SDK_TEAM_AWS_ID : ${{ secrets.SDK_TEAM_AWS_ID }}
29- SDK_TEAM_AWS_SECRET : ${{ secrets.SDK_TEAM_AWS_SECRET }}
30- SDK_TEAM_S3_BASE_URL : ${{ secrets.SDK_TEAM_S3_BASE_URL }}
31- AB_TOKEN : ${{ secrets.AB_TOKEN }}
20+ uses : ./.github/actions/deploy-with-version
21+ with :
22+ dcl-sdk-package : ' @dcl/sdk@latest'
23+ secrets :
24+ SDK_TEAM_S3_BUCKET : ${{ secrets.SDK_TEAM_S3_BUCKET }}
25+ SDK_TEAM_AWS_ID : ${{ secrets.SDK_TEAM_AWS_ID }}
26+ SDK_TEAM_AWS_SECRET : ${{ secrets.SDK_TEAM_AWS_SECRET }}
27+ SDK_TEAM_S3_BASE_URL : ${{ secrets.SDK_TEAM_S3_BASE_URL }}
28+ AB_TOKEN : ${{ secrets.AB_TOKEN }}
You can’t perform that action at this time.
0 commit comments