aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 13:26:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 17:26:43 +0300
commit14fc4d0a578b85925e36268a9d1438f91c8adf09 (patch)
treec0e4b4115e5de6fc08b6c83cb6ec985eea3e5ace /.github
parentworkflows/ci: don't build containers for ARM on every commit (diff)
downloadcgitize-14fc4d0a578b85925e36268a9d1438f91c8adf09.tar.gz
cgitize-14fc4d0a578b85925e36268a9d1438f91c8adf09.zip
workflows/ci: mention Gitlab access token
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8003b13..3f761f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
# for testing Bitbucket).
#CGITIZE_BITBUCKET_USERNAME: egor-tensin
#CGITIZE_BITBUCKET_APP_PASSWORD: '${{ secrets.CGITIZE_BITBUCKET_APP_PASSWORD }}'
+ # Same goes for Gitlab.
+ #CGITIZE_GITLAB_ACCESS_TOKEN: '${{ secrets.CGITIZE_GITLAB_ACCESS_TOKEN }}'
steps:
- name: Checkout
uses: actions/checkout@v2