Skip to content

Commit

Permalink
[CI] add ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Sep 15, 2024
1 parent ba52999 commit 1b31b76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/arkdep_build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: arkdep_build
on:
workflow_dispatch:
push:
branches:
- '**'
#workflow_dispatch:
#schedule:
# - cron: '30 6 1 * *'

Expand All @@ -19,6 +19,10 @@ jobs:
- uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Give GitHub Actions access to manjaro/arkdep-variants
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ACTION_REPO_DEPLOY_KEY }}
- id: arkdep-build
uses: manjaro/arkdep-action@main
with:
Expand Down

0 comments on commit 1b31b76

Please sign in to comment.