♟️ deploy: add global config github_token

This commit is contained in:
Michael Pöhn 2024-04-16 13:12:29 +02:00
parent 7a6fa7f816
commit a079f9d85f
No known key found for this signature in database
GPG key ID: 725F386C05529A5A
2 changed files with 10 additions and 6 deletions

View file

@ -225,12 +225,16 @@
# Also make sure to limit access only to the GitHub repository you're deploying
# to. (https://github.com/settings/personal-access-tokens/new)
#
# github_token: {env: GITHUB_TOKEN}
# github_releases:
# - repo: f-droid/fdroidclient
# token: {env: GITHUB_TOKEN}
# packages:
# - org.fdroid.basic
# - org.fdroid.fdroid
# - repo: example/app
# token: {env: GITHUB_TOKEN_EXAMPLE}
# packages:
# - com.example.app
# Most git hosting services have hard size limits for each git repo.