Skip to content

Commit 5af6f5c

Browse files
authored
Migrate actions
1 parent 3ae583e commit 5af6f5c

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212

1313
- uses: actions/checkout@v2
1414
with:
15-
repository: itering/actions
16-
path: .github/actions
17-
persist-credentials: false
18-
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
15+
repository: darwinia-network/devops
16+
path: .github
1917

2018
- uses: ./.github/actions/smart-vercel
2119
name: Deploy to Vercel

.github/workflows/deploy-prd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414

1515
- uses: actions/checkout@v2
1616
with:
17-
repository: itering/actions
18-
path: .github/actions
19-
persist-credentials: false
20-
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
17+
repository: darwinia-network/devops
18+
path: .github
2119

2220
- uses: ./.github/actions/smart-vercel
2321
name: Deploy to Vercel

.github/workflows/deploy-stg.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313

1414
- uses: actions/checkout@v2
1515
with:
16-
repository: itering/actions
17-
path: .github/actions
18-
persist-credentials: false
19-
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
16+
repository: darwinia-network/devops
17+
path: .github
2018

2119
- uses: ./.github/actions/smart-vercel
2220
name: Deploy to Vercel

0 commit comments

Comments
 (0)