Skip to content

Commit b940a9a

Browse files
committed
Update create_raspbian_pi-gen.yml
1 parent ea2c04a commit b940a9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/create_raspbian_pi-gen.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,15 @@ jobs:
231231
needs: [tag, build_images]
232232
runs-on: [ubuntu-latest]
233233
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 }}
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 }}
239239

240240
- uses: actions/checkout@v4
241-
with:
242-
token: ${{ steps.app-token.outputs.token }}
241+
# with:
242+
# token: ${{ steps.app-token.outputs.token }}
243243
- uses: robinraju/[email protected]
244244
name: Downloard image info files from release ${{ needs.tag.outputs.version }}
245245
with:

0 commit comments

Comments
 (0)