We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca155fe commit 1cb80edCopy full SHA for 1cb80ed
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
AWS_SECRET_ACCESS_KEY: ${{ secrets.TIGER_CLI_RELEASES_AWS_SECRET_ACCESS_KEY }}
65
AWS_REGION: us-east-1
66
# PackageCloud credentials for publishing Linux packages
67
- PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
+ PACKAGECLOUD_TOKEN: ${{ secrets.IO_PACKAGECLOUD_TOKEN }}
68
69
- name: Publish to MCP Registry
70
if: "!contains(github.ref_name, '-')" # Skip pre-releases
0 commit comments