diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 16:55:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 16:55:57 +0300 |
commit | 709802df720cf85cf462e5f87efaef912aeee69a (patch) | |
tree | 321aa84b62d3c13628c8beb4385b5ac8bc097a4c /.github/workflows/ci.yml | |
parent | support setting "dir" for individual repositories (diff) | |
download | cgitize-709802df720cf85cf462e5f87efaef912aeee69a.tar.gz cgitize-709802df720cf85cf462e5f87efaef912aeee69a.zip |
workflows/ci: don't mask CGITIZE_BITBUCKET_USERNAME
Diffstat (limited to '.github/workflows/ci.yml')
-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 2e8f68d..43ebec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: env: # API request rate limit is easily exceeded otherwise: CGITIZE_GITHUB_ACCESS_TOKEN: '${{ secrets.CGITIZE_GITHUB_ACCESS_TOKEN }}' - CGITIZE_BITBUCKET_USERNAME: '${{ secrets.CGITIZE_BITBUCKET_USERNAME }}' + CGITIZE_BITBUCKET_USERNAME: egor-tensin CGITIZE_BITBUCKET_APP_PASSWORD: '${{ secrets.CGITIZE_BITBUCKET_APP_PASSWORD }}' steps: - name: Checkout |