mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Update github token in github actions (#6448)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
83be910baa
commit
d25c5dc6ac
4
.github/workflows/publish-builder.yaml
vendored
4
.github/workflows/publish-builder.yaml
vendored
@ -62,9 +62,9 @@ jobs:
|
||||
git add .env
|
||||
git commit -m "Update Builder Image Changes"
|
||||
- name: Push Builder Image Changes
|
||||
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus'
|
||||
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus' && matrix.os == 'ubuntu18.04'
|
||||
continue-on-error: true
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
2
.github/workflows/publish-test-images.yaml
vendored
2
.github/workflows/publish-test-images.yaml
vendored
@ -65,5 +65,5 @@ jobs:
|
||||
continue-on-error: true
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user