Skip to content

Commit

Permalink
Use deploy key
Browse files Browse the repository at this point in the history
Ensures the main workflow also gets triggered.
  • Loading branch information
textbook committed Aug 24, 2024
1 parent a9206e5 commit 913725c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ on:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.GH_DEPLOY_KEY }}
- uses: textbook/take-action@nodejs
with:
checkout: "false"
node-version: 20
- run: |
git config --global user.name "gh-actions"
Expand Down

0 comments on commit 913725c

Please sign in to comment.