Skip to content

Commit 1cc5e05

Browse files
authored
chore(ci): prune quarantine exceptions with the changelog App (#147)
The shared prune workflow now mints its token from the org-wide changelog App; the previous secret names resolved to empty values in this repository.
1 parent b25134f commit 1cc5e05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/quarantine-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
if: github.repository == 'stella/aho-corasick'
1414
permissions:
1515
contents: read
16-
uses: stella/.github/.github/workflows/quarantine-policy.yml@699affd63b2d956f71b9833fbed239245aff7e86
16+
uses: stella/.github/.github/workflows/quarantine-policy.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e

.github/workflows/quarantine-prune.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository == 'stella/aho-corasick'
1414
permissions:
1515
contents: read
16-
uses: stella/.github/.github/workflows/quarantine-prune.yml@699affd63b2d956f71b9833fbed239245aff7e86
16+
uses: stella/.github/.github/workflows/quarantine-prune.yml@9e1915536efc226c5ec9d3ca0f2192be5aa6ec7e
1717
secrets:
18-
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
19-
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
18+
CHANGELOG_APP_ID: ${{ secrets.CHANGELOG_APP_ID }}
19+
CHANGELOG_APP_PRIVATE_KEY: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)