From ea2c04a78d1a83fabcd3dae63a15cc598e7864c8 Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Fri, 3 May 2024 17:20:05 -0500 Subject: [PATCH] bypass branch protections --- .github/workflows/create_raspbian_pi-gen.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_raspbian_pi-gen.yml b/.github/workflows/create_raspbian_pi-gen.yml index b2e58e2..97145ed 100644 --- a/.github/workflows/create_raspbian_pi-gen.yml +++ b/.github/workflows/create_raspbian_pi-gen.yml @@ -231,9 +231,15 @@ jobs: needs: [tag, build_images] runs-on: [ubuntu-latest] steps: + - uses: actions/create-github-app-token@v1 + id: app-token + with: + app-id: ${{ vars.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} - uses: actions/checkout@v4 - + with: + token: ${{ steps.app-token.outputs.token }} - uses: robinraju/release-downloader@v1.8 name: Downloard image info files from release ${{ needs.tag.outputs.version }} with: