Skip to content

Commit

Permalink
Update create_raspbian_pi-gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Oct 9, 2024
1 parent ea2c04a commit b940a9a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create_raspbian_pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
name: Downloard image info files from release ${{ needs.tag.outputs.version }}
with:
Expand Down

0 comments on commit b940a9a

Please sign in to comment.