aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-01 16:55:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-01 16:55:57 +0300
commit709802df720cf85cf462e5f87efaef912aeee69a (patch)
tree321aa84b62d3c13628c8beb4385b5ac8bc097a4c
parentsupport setting "dir" for individual repositories (diff)
downloadcgitize-709802df720cf85cf462e5f87efaef912aeee69a.tar.gz
cgitize-709802df720cf85cf462e5f87efaef912aeee69a.zip
workflows/ci: don't mask CGITIZE_BITBUCKET_USERNAME
-rw-r--r--.github/workflows/ci.yml2
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