diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 13:26:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 17:26:43 +0300 |
commit | 14fc4d0a578b85925e36268a9d1438f91c8adf09 (patch) | |
tree | c0e4b4115e5de6fc08b6c83cb6ec985eea3e5ace /.github | |
parent | workflows/ci: don't build containers for ARM on every commit (diff) | |
download | cgitize-14fc4d0a578b85925e36268a9d1438f91c8adf09.tar.gz cgitize-14fc4d0a578b85925e36268a9d1438f91c8adf09.zip |
workflows/ci: mention Gitlab access token
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |