Skip to content

Commit 6bb30ae

Browse files
authored
ci: provide gh_token (#68)
1 parent 1203a76 commit 6bb30ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/upgrade-main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Upgrade Deps
13-
uses: p6m7g8-actions/next-upgrade@main
13+
uses: p6m7g8-actions/next-upgrade@main
14+
with:
15+
gh_token: ${{ secrets.P6_PGOLLUCCI_GH_TOKEN }}

0 commit comments

Comments
 (0)