You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/packages.react-router-busy.release.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ jobs:
70
70
run: bun install --frozen-lockfile
71
71
# Note we have to toggle Workflow permissions > Allow GitHub Actions to create and approve pull requests in https://github.com/bitofbreeze/mono/settings/actions
72
72
# Even with permissions above https://github.com/orgs/community/discussions/27689#discussioncomment-5707424
73
+
# Could avoid this with personal access token https://microsoft.github.io/beachball/concepts/ci-integration.html#authentication
73
74
- name: Create release pull request or publish to npm
0 commit comments