diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 18:01:37 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 18:02:18 +0300 |
commit | 9acf33ecb4efcfa8f537e76552ec290e1b76a51c (patch) | |
tree | 0b977f3b00dbdec025d17e0f9c022573c2adee20 /.github/workflows | |
parent | examples/cgitize.toml: add comment-headers (diff) | |
download | cgitize-9acf33ecb4efcfa8f537e76552ec290e1b76a51c.tar.gz cgitize-9acf33ecb4efcfa8f537e76552ec290e1b76a51c.zip |
Gitlab -> GitLab
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c20c4cf..a26fed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: # for testing Bitbucket). #CGITIZE_BITBUCKET_USERNAME: egor-tensin #CGITIZE_BITBUCKET_APP_PASSWORD: '${{ secrets.CGITIZE_BITBUCKET_APP_PASSWORD }}' - # Same goes for Gitlab. + # Same goes for GitLab. #CGITIZE_GITLAB_ACCESS_TOKEN: '${{ secrets.CGITIZE_GITLAB_ACCESS_TOKEN }}' steps: - name: Checkout |