Skip to content

Commit

Permalink
Migrate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Oct 17, 2023
1 parent a34c0c4 commit faf4cf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:

- uses: actions/checkout@v2
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
repository: darwinia-network/devops
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:

- uses: actions/checkout@v2
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
repository: darwinia-network/devops
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:

- uses: actions/checkout@v2
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
repository: darwinia-network/devops
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
Expand Down

0 comments on commit faf4cf7

Please sign in to comment.