Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
actions: read
contents: write
packages: write
uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4
uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c
with:
kandelo-repository: ${{ github.event.client_payload.kandelo_repository || 'Automattic/kandelo' }}
kandelo-ref: ${{ github.event.client_payload.kandelo_ref || 'main' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintain-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
actions: read
contents: write
packages: write
uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-maintenance.yml@a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4
uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-maintenance.yml@353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c
with:
mode: ${{ github.event.client_payload.mode || 'rebuild' }}
formulae: ${{ github.event.client_payload.formulae }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
actions: read
contents: write
packages: write
uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4
uses: Automattic/kandelo/.github/workflows/reusable-homebrew-bottle-publish.yml@353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c
with:
kandelo-repository: Automattic/kandelo
kandelo-ref: main
Expand Down
4 changes: 2 additions & 2 deletions Kandelo/test-workflow-trust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ def expect_rejection(label)
expression("secrets.HOMEBREW_GITHUB_PACKAGES_TOKEN"),
}.freeze

CURRENT_KANDELO_WORKFLOW_SHA = "a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4"
CURRENT_KANDELO_WORKFLOW_SHA = "353b9f818ac46ad0c7eb7b5bbc692aaab3c1af6c"
REPOSITORY_CANARY_KANDELO_SHA = "7d9854e4a6be178e2431816cd21b8a19a1ff6d67"
RETIRED_PAT_KANDELO_WORKFLOW_SHA = "acc54b0d0fb5ffc1e742d437081a58bfd163e785"
PREVIOUS_KANDELO_WORKFLOW_SHA = "04a25dc738c521601d00b2adb7b8cea1d8234050"
PREVIOUS_KANDELO_WORKFLOW_SHA = "a71ab7a03cef9cb456e24c7b5f46bbc42122d9c4"
RETIRED_KANDELO_WORKFLOW_SHA = "c3f91d622c3c878e15783c67e99e483e54ab25c1"
SELF_TEST_KANDELO_WORKFLOW_SHA = "1111111111111111111111111111111111111111"

Expand Down
Loading