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
5 changes: 4 additions & 1 deletion .github/sts/slack-config.sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
# stored immediately). Replaces the SLACK_GH_TOKEN fine-grained PAT.
#
# refs/heads/main covers the production deploy and the scheduled preview sweep;
# pull_request covers preview deploy/destroy runs.
# pull_request covers preview deploy/destroy runs. Jobs that reference a GitHub
# environment present it as their OIDC subject instead of the ref/event form,
# so environment:preview covers the jobs running in the preview environment.
subject:
- repo:tempoxyz@211589300/tip.bot@1232143975:ref:refs/heads/main
- repo:tempoxyz@211589300/tip.bot@1232143975:pull_request
- repo:tempoxyz@211589300/tip.bot@1232143975:environment:preview

permissions:
secrets: write
Loading