mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Updating r5 from main@v5.0.0.
This commit is contained in:
12
.github/workflows/_Checking_Nightly.yml
vendored
12
.github/workflows/_Checking_Nightly.yml
vendored
@@ -42,14 +42,12 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
NightlyPage:
|
||||
uses: pyTooling/Actions/.github/workflows/NightlyRelease.yml@r4
|
||||
uses: pyTooling/Actions/.github/workflows/NightlyRelease.yml@r5
|
||||
needs:
|
||||
- Build
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
# attestations: write
|
||||
actions: write
|
||||
with:
|
||||
can-fail: true
|
||||
prerelease: true
|
||||
@@ -78,16 +76,15 @@ jobs:
|
||||
document:$archive7.tar.gz: Archive 7 - tar.gz + dir
|
||||
document:$archive8.tzst: Archive 8 - tzst + dir
|
||||
document:$archive9.tar.zst:Archive 9 - tar.zst + dir
|
||||
secrets: inherit
|
||||
|
||||
NightlyPageWithInventory:
|
||||
uses: ./.github/workflows/NightlyRelease.yml
|
||||
needs:
|
||||
- Build
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
# attestations: write
|
||||
actions: write
|
||||
with:
|
||||
can-fail: true
|
||||
replacements: |
|
||||
@@ -121,3 +118,4 @@ jobs:
|
||||
document:$archive7.tar.gz: Archive 7 - tar.gz + dir
|
||||
document:$archive8.tzst: Archive 8 - tzst + dir
|
||||
document:$archive9.tar.zst: Archive 9 - tar.zst + dir
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user