Skip to content
Merged
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
16 changes: 7 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,10 @@ jobs:
--generate-notes \
playground-htdocs.tar.gz

# TODO: Uncomment this when topiary/website and the PAT exist
# - name: Trigger website build
# env:
# # TODO Create a PAT with repo scope
# GH_TOKEN: ${{ secrets.DISPATCH_PAT }}
# run: |
# gh api \
# repos/topiary/website/dispatches \
# -f event_type='dependency-update' \
- name: Trigger website build
env:
GH_TOKEN: ${{ secrets.WWW_DISPATCH_PAT }}
run: |
gh api \
repos/topiary/www/dispatches \
-f event_type='dependency-update' \