ci: update workflow account

This commit is contained in:
2025-02-20 23:19:59 -07:00
parent a2fabc8f4c
commit 53d9ec5dd1

View File

@@ -75,7 +75,7 @@ on:
IMAGE_GHCR_USERNAME: IMAGE_GHCR_USERNAME:
description: '🪪 ghcr.io Username' description: '🪪 ghcr.io Username'
required: true required: true
default: 'Aetherinox' default: 'BinaryNinja'
type: string type: string
# # # #
@@ -116,7 +116,7 @@ env:
IMAGE_NAME: ${{ github.event.inputs.IMAGE_NAME || 'tvapp2' }} IMAGE_NAME: ${{ github.event.inputs.IMAGE_NAME || 'tvapp2' }}
IMAGE_AUTHOR: ${{ github.event.inputs.IMAGE_AUTHOR || 'BinaryNinja' }} IMAGE_AUTHOR: ${{ github.event.inputs.IMAGE_AUTHOR || 'BinaryNinja' }}
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '1.0.0' }} IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '1.0.0' }}
IMAGE_GHCR_USERNAME: ${{ github.event.inputs.IMAGE_GHCR_USERNAME || 'Aetherinox' }} IMAGE_GHCR_USERNAME: ${{ github.event.inputs.IMAGE_GHCR_USERNAME || 'BinaryNinja' }}
BOT_NAME_1: EuropaServ BOT_NAME_1: EuropaServ
BOT_NAME_DEPENDABOT: dependabot[bot] BOT_NAME_DEPENDABOT: dependabot[bot]