Skip to content

Commit ffb4f8d

Browse files
authored
chore: ensure that on-push release job runs (#740)
1 parent 32c0a24 commit ffb4f8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
uses: actions/checkout@v2
244244
with:
245245
fetch-depth: 0
246+
token: ${{ secrets.RELEASE_TOKEN }}
246247

247248
- name: Compute next version
248249
id: version
@@ -277,6 +278,7 @@ jobs:
277278
uses: actions/checkout@v2
278279
with:
279280
fetch-depth: 0
281+
token: ${{ secrets.RELEASE_TOKEN }}
280282

281283
- name: Compute next version
282284
id: version

0 commit comments

Comments
 (0)