Skip to content

Commit 4dd3852

Browse files
committed
chore: inject token within checkout job
1 parent 56e8113 commit 4dd3852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
permissions:
51+
contents: write
5152
pull-requests: write
5253

5354
env:
@@ -63,6 +64,8 @@ jobs:
6364
steps:
6465
- name: Checkout repo
6566
uses: actions/checkout@v4
67+
with:
68+
token: ${{ secrets.GITHUB_TOKEN }}
6669

6770
- name: Update dependencies
6871
shell: pwsh

0 commit comments

Comments
 (0)