mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:35:41 -04:00
ci: update account token secret var for gitea.com registry
This commit is contained in:
8
.github/workflows/deploy-docker-giteacom.yml
vendored
8
.github/workflows/deploy-docker-giteacom.yml
vendored
@@ -6,7 +6,7 @@
|
|||||||
# upload this workflow to both the `main` branch of the tvapp2 repository
|
# upload this workflow to both the `main` branch of the tvapp2 repository
|
||||||
# @secrets secrets.ADMINSERV_GPG_KEY_ASC gpg private key (armored) | BEGIN PGP PRIVATE KEY BLOCK
|
# @secrets secrets.ADMINSERV_GPG_KEY_ASC gpg private key (armored) | BEGIN PGP PRIVATE KEY BLOCK
|
||||||
# secrets.ADMINSERV_GPG_PASSPHRASE gpg private key passphrase
|
# secrets.ADMINSERV_GPG_PASSPHRASE gpg private key passphrase
|
||||||
# secrets.ORG_BINARYNINJA_GITEA_TOKEN gitea personal access token (classic) with package:write permission
|
# secrets.ORG_BINARYNINJA_GITEACOM_TOKEN gitea.com personal access token (classic) with package:write permission
|
||||||
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_TVAPP2_RELEASES Discord webhook to report releases from gitea to discord
|
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_TVAPP2_RELEASES Discord webhook to report releases from gitea to discord
|
||||||
# #
|
# #
|
||||||
|
|
||||||
@@ -331,9 +331,9 @@ jobs:
|
|||||||
id: task_release_gi_registry
|
id: task_release_gi_registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: binaryninja.net
|
registry: ${{ env.IMAGE_GITEA_WEBSITE }}
|
||||||
username: ${{ env.IMAGE_GITEA_USERNAME }}
|
username: ${{ env.IMAGE_GITEA_USERNAME }}
|
||||||
password: ${{ secrets.ORG_BINARYNINJA_GITEA_TOKEN }}
|
password: ${{ secrets.ORG_BINARYNINJA_GITEACOM_TOKEN }}
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Release › Gitea › Meta › Arm64
|
# Release › Gitea › Meta › Arm64
|
||||||
@@ -591,7 +591,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.IMAGE_GITEA_WEBSITE }}
|
registry: ${{ env.IMAGE_GITEA_WEBSITE }}
|
||||||
username: ${{ env.IMAGE_GITEA_USERNAME }}
|
username: ${{ env.IMAGE_GITEA_USERNAME }}
|
||||||
password: ${{ secrets.ORG_BINARYNINJA_GITEA_TOKEN }}
|
password: ${{ secrets.ORG_BINARYNINJA_GITEACOM_TOKEN }}
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Release › Gitea › Meta › Amd64
|
# Release › Gitea › Meta › Amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user