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
14 changes: 14 additions & 0 deletions .github/sts/slack-config.sts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Lets this repository's workflows mint a short-lived token that can write
# repository Actions secrets, so setup-slack-config-token can persist the
# rotated SLACK_CONFIG_REFRESH_TOKEN after calling Slack's tooling.tokens.rotate
# (rotation invalidates the previous refresh token, so the new one must be
# 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.
subject:
- repo:tempoxyz@211589300/tip.bot@1232143975:ref:refs/heads/main
- repo:tempoxyz@211589300/tip.bot@1232143975:pull_request

permissions:
secrets: write
Loading