1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

use github_token

This commit is contained in:
Jason N 2024-03-05 10:33:34 -05:00 committed by GitHub
parent 4b4550e44f
commit d2b92312e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ jobs:
image: ${{ steps.build-image.outputs.image }} image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }} tags: ${{ steps.build-image.outputs.tags }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ github.token }} password: ${{ secrets.GITHUB_TOKEN }}
build-and-push-iso: build-and-push-iso: