Skip to content

Commit 84a29da

Browse files
committed
test
1 parent 031ba58 commit 84a29da

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

File renamed without changes.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/cron.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)