Skip to content

Commit bda3889

Browse files
committed
Align Scoop release dispatch with bucket token
1 parent 8f178d3 commit bda3889

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,21 +150,16 @@ jobs:
150150
"repo": "${{ github.repository }}"
151151
}
152152
153-
scoop:
154-
name: Update Scoop Bucket
153+
publish-scoop-manifest:
154+
name: Publish Scoop Manifest
155155
needs: release
156156
runs-on: ubuntu-latest
157157
permissions: {}
158158
steps:
159-
- name: Update Scoop manifest
159+
- name: Trigger Scoop bucket update
160160
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
161161
with:
162-
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
162+
token: ${{ secrets.SCOOP_BUCKET_TOKEN }}
163163
repository: osodevops/scoop-bucket
164164
event-type: update-teams-manifest
165-
client-payload: |
166-
{
167-
"formula": "teams",
168-
"tag": "${{ github.ref_name }}",
169-
"repo": "${{ github.repository }}"
170-
}
165+
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "tag": "${{ github.ref_name }}"}'

docs/release-readiness.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Distribution follow-up as of 2026-06-21:
8888
- Until that automation exists, update `osodevops/homebrew-tap` manually after each CLI release.
8989
- Use the published `checksums-sha256.txt` from the GitHub Release to update `Formula/teams-cli.rb`.
9090
- Verify the remote formula points at the new release URLs and checksums.
91+
- The Scoop release job uses `SCOOP_BUCKET_TOKEN`, matching the dedicated bucket-token pattern used by `osodevops/kafka-backup`.
9192
- The Scoop bucket has an `update-teams-manifest` workflow listener. Verify `bucket/teams.json` points at the new Windows release URL and checksum after each release.
9293

9394
Known CI maintenance item as of 2026-06-04:

0 commit comments

Comments
 (0)