added token for checkouts
This commit is contained in:
1
.github/workflows/release-branch.yaml
vendored
1
.github/workflows/release-branch.yaml
vendored
@@ -106,6 +106,7 @@ jobs:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
sparse-checkout: |
|
||||
.github/scripts
|
||||
|
||||
|
||||
1
.github/workflows/release-bump.yaml
vendored
1
.github/workflows/release-bump.yaml
vendored
@@ -75,6 +75,7 @@ jobs:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
sparse-checkout: |
|
||||
.github/scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user