mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +00:00
fix(workflow): use github.token for lock-threads action
This commit is contained in:
4
.github/workflows/lock-issue.yaml
generated
vendored
4
.github/workflows/lock-issue.yaml
generated
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
# Lock old issues (before 2026-01-27) without comment
|
# Lock old issues (before 2026-01-27) without comment
|
||||||
- uses: dessant/lock-threads@v6
|
- uses: dessant/lock-threads@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ github.token }}
|
||||||
issue-inactive-days: 1
|
issue-inactive-days: 1
|
||||||
issue-lock-reason: "resolved"
|
issue-lock-reason: "resolved"
|
||||||
exclude-issue-created-after: "2026-01-27T00:00:00Z"
|
exclude-issue-created-after: "2026-01-27T00:00:00Z"
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
# Lock new issues (from 2026-01-27) with comment
|
# Lock new issues (from 2026-01-27) with comment
|
||||||
- uses: dessant/lock-threads@v6
|
- uses: dessant/lock-threads@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ github.token }}
|
||||||
issue-inactive-days: 1
|
issue-inactive-days: 1
|
||||||
issue-lock-reason: "resolved"
|
issue-lock-reason: "resolved"
|
||||||
exclude-issue-created-before: "2026-01-27T00:00:00Z"
|
exclude-issue-created-before: "2026-01-27T00:00:00Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user