mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-03 02:32:17 +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
|
||||
packages: write
|
||||
id-token: write
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -34,7 +35,7 @@ jobs:
|
||||
- name: Delete workflow runs for current repo
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
with:
|
||||
token: ${{ steps.get-token.outputs.token }}
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 7
|
||||
keep_minimum_runs: 6
|
||||
|
Loading…
x
Reference in New Issue
Block a user