mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-04-30 06:37:29 +00:00
将 check-updates 的 Git 令牌修改为 PAT 令牌。
This commit is contained in:
parent
7a008d07f3
commit
250f86cc6c
2
.github/workflows/check-updates.yml
vendored
2
.github/workflows/check-updates.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CHECK_UPDATES_TOKEN }}
|
||||||
- name: Check updates
|
- name: Check updates
|
||||||
run: chmod +x ./update-version.sh && ./update-version.sh
|
run: chmod +x ./update-version.sh && ./update-version.sh
|
||||||
- name: Get latest version
|
- name: Get latest version
|
||||||
|
Loading…
Reference in New Issue
Block a user