We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac89644 commit 738e72cCopy full SHA for 738e72c
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
with:
23
- token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
+ token: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
24
25
- uses: ./.github/actions/setup
26
0 commit comments