diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 16:10:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 16:24:05 +0300 |
commit | 4014dc5e8fb0194a88c16f6ee2db7a6682ffab52 (patch) | |
tree | 4289952fd652eb63b75ea1fdbf4180809d694e73 /.github/workflows | |
parent | fix the lately broken --repo flag (diff) | |
download | cgitize-4014dc5e8fb0194a88c16f6ee2db7a6682ffab52.tar.gz cgitize-4014dc5e8fb0194a88c16f6ee2db7a6682ffab52.zip |
support mirroring all of user's repositories
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4d1aed..346a1aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,12 @@ on: pull_request: workflow_dispatch: +env: + # API request rate limit is exceeded otherwise: + CGITIZE_GITHUB_ACCESS_TOKEN: '${{ secrets.CGITIZE_GITHUB_ACCESS_TOKEN }}' + CGITIZE_BITBUCKET_USERNAME: '${{ secrets.CGITIZE_BITBUCKET_USERNAME }}' + CGITIZE_BITBUCKET_APP_PASSWORD: '${{ secrets.CGITIZE_BITBUCKET_APP_PASSWORD }}' + jobs: test_local: runs-on: ubuntu-latest |