We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aed7a8 commit 8ebc81aCopy full SHA for 8ebc81a
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ env:
30
node-version: "21.x"
31
NODE_AUTH_TOKEN: "${{ secrets.NPM_REGISTRY_ACCESS_TOKEN}}"
32
registry_url: "${{ vars.REGISTRY_BASE_URL }}"
33
- github-token: "${{ secrets.PTA }}"
+ github-token: "${{ secrets.GH_ACTIONS_PTA }}"
34
35
jobs:
36
detect-changes:
0 commit comments