From f7109fd874f425a9d81fd242f3148a226be30d02 Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Sat, 14 Dec 2024 23:30:57 +0200 Subject: [PATCH] ci: add deploy key to nanpa CI i've enabled deploy keys and set them to override branch protections, then added this key to the environmental variable. this line should replace the SSH key used by nanpa to be this key, which has elevated permissions. --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de50fd65..f90b522d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,6 +33,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + ssh-key: ${{ secrets.NANPA_KEY }} - uses: nbsp/ilo@v1 with: packages: ${{ github.event.inputs.packages }}