diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-17 04:19:05 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-02-17 04:19:05 +0000 |
| commit | db53ba54b6c83a94f2bb5a5c658a708c1aa284c4 (patch) | |
| tree | 1ec7b5a02bd641046de1533b2d58533fb1ff9be2 /.github | |
| parent | 8e13924b267a0e8162b0b8acebdfaa36b12f3d5e (diff) | |
| download | AnySoftKeyboard-db53ba54b6c83a94f2bb5a5c658a708c1aa284c4.tar.gz AnySoftKeyboard-db53ba54b6c83a94f2bb5a5c658a708c1aa284c4.tar.bz2 | |
checkout with bot token
related to https://github.com/peter-evans/create-pull-request/issues/121
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/localization_update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/packs_md_update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/third_party_update.yml | 10 |
3 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/localization_update.yml b/.github/workflows/localization_update.yml index 167fdf761..106a8f663 100644 --- a/.github/workflows/localization_update.yml +++ b/.github/workflows/localization_update.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: github_object env: GITHUB_CONTEXT_JSON: ${{ toJson(github) }} diff --git a/.github/workflows/packs_md_update.yml b/.github/workflows/packs_md_update.yml index 8947b13af..d4e9fd96e 100644 --- a/.github/workflows/packs_md_update.yml +++ b/.github/workflows/packs_md_update.yml @@ -15,6 +15,8 @@ jobs: container: menny/ndk_ask:1.13.6 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: setup run: ./scripts/ci/ci_setup.sh - name: update packs list diff --git a/.github/workflows/third_party_update.yml b/.github/workflows/third_party_update.yml index f33b33577..da0928f73 100644 --- a/.github/workflows/third_party_update.yml +++ b/.github/workflows/third_party_update.yml @@ -19,6 +19,8 @@ jobs: container: menny/ndk_ask:1.13.6 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: setup run: ./scripts/ci/ci_setup.sh - name: update-to-latest-gradle @@ -49,6 +51,8 @@ jobs: container: menny/ndk_ask:1.13.6 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: setup run: ./scripts/ci/ci_setup.sh - name: update-to-latest-robolectric @@ -80,6 +84,8 @@ jobs: container: menny/ndk_ask:1.13.6 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: setup run: ./scripts/ci/ci_setup.sh - name: update-to-latest-build-tools @@ -109,6 +115,8 @@ jobs: container: menny/ndk_ask:1.13.6 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: setup run: ./scripts/ci/ci_setup.sh - name: update-to-latest-error-prone-plugin @@ -145,6 +153,8 @@ jobs: container: menny/ndk_ask:1.13.6 steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} - name: setup run: ./scripts/ci/ci_setup.sh - name: update-to-latest-google-format-plugin |
