diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-19 19:06:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-19 19:06:11 +0300 |
commit | 893dad0a0f2b72a8b5b36104cea4ae52cc8a9ac6 (patch) | |
tree | a1ece4d29ba88203bcd4218ab4f37ddc6224fc6b /.github/workflows/ci.yml | |
parent | examples/cgitize.toml: mention GitLab username (diff) | |
download | cgitize-893dad0a0f2b72a8b5b36104cea4ae52cc8a9ac6.tar.gz cgitize-893dad0a0f2b72a8b5b36104cea4ae52cc8a9ac6.zip |
workflows/ci: mention GitLab username requirement
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd13d1c..63f9337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: #CGITIZE_BITBUCKET_USERNAME: egor-tensin #CGITIZE_BITBUCKET_APP_PASSWORD: '${{ secrets.CGITIZE_BITBUCKET_APP_PASSWORD }}' # Same goes for GitLab. + #CGITIZE_GITLAB_USERNAME: egor-tensin #CGITIZE_GITLAB_ACCESS_TOKEN: '${{ secrets.CGITIZE_GITLAB_ACCESS_TOKEN }}' steps: - name: Checkout |