Skip to content

Commit bc62f58

Browse files
committed
switch to PAT_TOKEN for git branch push
Signed-off-by: Min Jin <[email protected]>
1 parent 5213048 commit bc62f58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
echo "${{ github.event.inputs.nextDevelopmentVersion }}" | perl -ne 'die unless m/^\d+\.\d+\.\d+-SNAPSHOT$/'
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
with:
32+
token: ${{ secrets.PAT_TOKEN }}
3133
- name: Check Actor
3234
run: |
3335
# Release actor should be in the OWNER list

0 commit comments

Comments
 (0)