From b940a9a454912fb6c1acf15929371438e55a059a Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:01:53 -0400 Subject: [PATCH] Update create_raspbian_pi-gen.yml --- .github/workflows/create_raspbian_pi-gen.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/create_raspbian_pi-gen.yml b/.github/workflows/create_raspbian_pi-gen.yml index 97145ed..f1179fe 100644 --- a/.github/workflows/create_raspbian_pi-gen.yml +++ b/.github/workflows/create_raspbian_pi-gen.yml @@ -231,15 +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/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 }} + # 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: