From 1b31b765cbeaa51d8afeeac033e398c69f9a448e Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Sun, 15 Sep 2024 18:48:54 +0700 Subject: [PATCH] [CI] add ssh key --- .github/workflows/arkdep_build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arkdep_build.yaml b/.github/workflows/arkdep_build.yaml index 311ceff..22a2e69 100644 --- a/.github/workflows/arkdep_build.yaml +++ b/.github/workflows/arkdep_build.yaml @@ -1,9 +1,9 @@ name: arkdep_build on: + workflow_dispatch: push: branches: - '**' - #workflow_dispatch: #schedule: # - cron: '30 6 1 * *' @@ -19,6 +19,10 @@ jobs: - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} + - name: Give GitHub Actions access to manjaro/arkdep-variants + uses: webfactory/ssh-agent@v0.5.4 + with: + ssh-private-key: ${{ secrets.ACTION_REPO_DEPLOY_KEY }} - id: arkdep-build uses: manjaro/arkdep-action@main with: