Skip to content

Commit 9ee8e97

Browse files
authored
docs(changeset): bump to retry publishing (#4096)
1 parent 5f1e7ff commit 9ee8e97

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.changeset/long-rooms-kick.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@rnx-kit/align-deps": patch
3+
"@rnx-kit/cli": patch
4+
"@rnx-kit/tools-react-native": patch
5+
---
6+
7+
Bump to retry publishing

.github/workflows/align-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ steps.find-release-candidate.outputs.found != '' }}
6868
uses: actions/create-github-app-token@v3
6969
with:
70-
app-id: ${{ vars.APP_ID }}
70+
client-id: ${{ vars.APP_ID }}
7171
private-key: ${{ secrets.PRIVATE_KEY }}
7272
permission-contents: write
7373
permission-pull-requests: write

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/create-github-app-token@v3
3333
id: app-token
3434
with:
35-
app-id: ${{ vars.APP_ID }}
35+
client-id: ${{ vars.APP_ID }}
3636
private-key: ${{ secrets.PRIVATE_KEY }}
3737
permission-contents: write # for GH releases and Git tags (Changesets)
3838
permission-pull-requests: write # version PRs (Changesets)

0 commit comments

Comments
 (0)