Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 13, 2024
1 parent 4019605 commit bd28e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
uses: JS-DevTools/npm-publish@v2
with:
access: "public"
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN_SST_PROVIDER }}
package: ${{ github.workspace }}/sdk/nodejs/bin/package.json
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func Provider() tfbridge.ProviderInfo {
// PluginDownloadURL is an optional URL used to download the Provider
// for use in Pulumi programs
// e.g https://github.com/org/pulumi-provider-name/releases/
PluginDownloadURL: "",
PluginDownloadURL: "github://api.github.com/sst",
Description: "A Pulumi package for creating and managing namecheap cloud resources.",
// category/cloud tag helps with categorizing the package in the Pulumi Registry.
// For all available categories, see `Keywords` in
Expand Down

0 comments on commit bd28e34

Please sign in to comment.