We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2c04a commit b940a9aCopy full SHA for b940a9a
.github/workflows/create_raspbian_pi-gen.yml
@@ -231,15 +231,15 @@ jobs:
231
needs: [tag, build_images]
232
runs-on: [ubuntu-latest]
233
steps:
234
- - uses: actions/create-github-app-token@v1
235
- id: app-token
236
- with:
237
- app-id: ${{ vars.APP_ID }}
238
- 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 }}
239
240
- uses: actions/checkout@v4
241
242
- token: ${{ steps.app-token.outputs.token }}
+ # token: ${{ steps.app-token.outputs.token }}
243
- uses: robinraju/[email protected]
244
name: Downloard image info files from release ${{ needs.tag.outputs.version }}
245
with:
0 commit comments