File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ jobs:
3535 # Action-scoped GitHub token used for downloading code, etc.
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 # Cross-repo GitHub token for publishing to timescale/homebrew-tap
38- TAP_GITHUB_TOKEN : ${{ secrets.API_TOKEN_GITHUB_CLOUD }}
38+ # NOTE: this token will need to be rotated once per year.
39+ TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
3940 # AWS credentials for pushing to tiger-cli-releases S3 bucket
40- AWS_ACCESS_KEY_ID : ${{ secrets.ORG_AWS_ACCESS_KEY_ID }}
41- AWS_SECRET_ACCESS_KEY : ${{ secrets.ORG_AWS_SECRET_ACCESS_KEY }}
41+ AWS_ACCESS_KEY_ID : ${{ secrets.TIGER_CLI_RELEASES_AWS_ACCESS_KEY_ID }}
42+ AWS_SECRET_ACCESS_KEY : ${{ secrets.TIGER_CLI_RELEASES_AWS_SECRET_ACCESS_KEY }}
4243 AWS_REGION : us-east-1
4344 # PackageCloud credentials for publishing Linux packages
4445 PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments