Skip to content

Commit e370fcb

Browse files
committed
fix: use PAT for release workflow
1 parent eb0b9de commit e370fcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
steps:
106106
- name: Checkout Repository
107107
uses: actions/checkout@v2
108+
with:
109+
token: ${{ secrets.RELEASE_PAT }}
108110
- name: Setup Java
109111
uses: ./.github/actions/setup_java
110112
- name: Set GitHub User

0 commit comments

Comments
 (0)