mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: switch to tokens
This commit is contained in:
parent
067896b80a
commit
17254f323d
1 changed files with 1 additions and 6 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: goatcorp/dalamud-distrib
|
repository: goatcorp/dalamud-distrib
|
||||||
ssh-key: ${{ secrets.DEPLOY_SSH }}
|
token: ${{ secrets.UPDATE_PAT }}
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: dalamud-artifact
|
name: dalamud-artifact
|
||||||
|
|
@ -96,13 +96,8 @@ jobs:
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
DEPLOY_SSH: ${{ secrets.DEPLOY_SSH }}
|
|
||||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
|
||||||
GH_BRANCH: ${{ steps.extract_branch.outputs.branch }}
|
GH_BRANCH: ${{ steps.extract_branch.outputs.branch }}
|
||||||
run: |
|
run: |
|
||||||
eval "$(ssh-agent -s)"
|
|
||||||
ssh-add - <<< "${DEPLOY_SSH}"
|
|
||||||
|
|
||||||
git config --global user.name "Actions User"
|
git config --global user.name "Actions User"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue