Skip to content

Commit

Permalink
ci: use new secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Oct 12, 2024
1 parent a8d553b commit d19a022
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: false
- name: Configure SSH Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
# - name: Configure SSH Agent
# uses: webfactory/[email protected]
# with:
# ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Package Manager Setup
run: |
pnpm set registry "https://registry.npmjs.org/"
Expand All @@ -72,4 +72,4 @@ jobs:
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
- uses: pnpm/action-setup@v4
with:
run_install: false
- name: Configure SSH Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
# - name: Configure SSH Agent
# uses: webfactory/[email protected]
# with:
# ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Package Manager Setup
run: |
pnpm set registry "https://registry.npmjs.org/"
Expand All @@ -64,4 +64,4 @@ jobs:
pnpx tsx scripts/release.ts ${{inputs.releaseVersion}} $DRY_RUN_ARG --npm.tag=${{inputs.npmTag}}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}

0 comments on commit d19a022

Please sign in to comment.