Skip to content

Commit

Permalink
Use SSH for update operations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jan 3, 2025
1 parent 83a84bb commit 725efe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
- cron: '0 15 * * 5'

permissions:
contents: write
pull-requests: write
actions: write

jobs:
update:
Expand All @@ -19,6 +17,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
ssh-key: ${{ secrets.UPDATE_SSH_KEY }}

- name: Bump the systeminformer version
run: ./update.sh
Expand Down

0 comments on commit 725efe6

Please sign in to comment.