Skip to content

Commit

Permalink
rename PUBLISH_GITHUB_TOKEN to CHANGESETS_PAT (#955)
Browse files Browse the repository at this point in the history
* rename `PUBLISH_GITHUB_TOKEN` to `CHANGESETS_PAT`
- hashicorp/web-platform-packages#218

* Update .github/workflows/release.yml

* Update .github/workflows/canary-release.yml
  • Loading branch information
thiskevinwang committed May 4, 2023
1 parent b4a38de commit 0db5ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release-canary:
uses: hashicorp/web-platform-packages/.github/workflows/canary-release.yml@e99104594c3cc317f8cd2b62f0badbcdae1ba5fa
uses: hashicorp/web-platform-packages/.github/workflows/canary-release.yml@69853727452b125f28e777ca7c1e71c82edd30aa
secrets:
PUBLISH_GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
CHANGESETS_PAT: ${{ secrets.CHANGESETS_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
uses: hashicorp/web-platform-packages/.github/workflows/release.yml@8f20ba3ccb4ffe9a9bc0b14060af00929e6655f1
uses: hashicorp/web-platform-packages/.github/workflows/release.yml@69853727452b125f28e777ca7c1e71c82edd30aa
secrets:
PUBLISH_GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
CHANGESETS_PAT: ${{ secrets.CHANGESETS_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 0db5ed2

@vercel
Copy link

@vercel vercel bot commented on 0db5ed2 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.