mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-03 10:42:15 +08:00
github.token
This commit is contained in:
parent
9af6e1aca2
commit
2e83011091
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@ -17,6 +17,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
actions: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -34,7 +35,7 @@ jobs:
|
|||||||
- name: Delete workflow runs for current repo
|
- name: Delete workflow runs for current repo
|
||||||
uses: Mattraks/delete-workflow-runs@v2
|
uses: Mattraks/delete-workflow-runs@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.get-token.outputs.token }}
|
token: ${{ github.token }}
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
retain_days: 7
|
retain_days: 7
|
||||||
keep_minimum_runs: 6
|
keep_minimum_runs: 6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user