Skip to content

Commit

Permalink
configure deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 27, 2024
1 parent 7cb1ac6 commit 5318f62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
run-command:
runs-on: ubuntu-latest
environment:
name: release
permissions:
contents: write
pull-requests: write
Expand All @@ -22,7 +24,7 @@ jobs:
# https://github.com/orgs/community/discussions/65321#discussioncomment-8003574
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 5318f62

Please sign in to comment.