Skip to content

Commit 7a91cd2

Browse files
authored
ci: use lance release token (#60)
1 parent eb1fa07 commit 7a91cd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939
with:
4040
ref: main
41-
token: ${{ secrets.GITHUB_TOKEN }}
41+
token: ${{ secrets.LANCE_RELEASE_TOKEN }}
4242
fetch-depth: 0
4343

4444
- name: Set up Python
@@ -136,7 +136,7 @@ jobs:
136136
- name: Push changes (if not dry run)
137137
if: ${{ !inputs.dry_run }}
138138
env:
139-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139+
GITHUB_TOKEN: ${{ secrets.LANCE_RELEASE_TOKEN }}
140140
run: |
141141
# Configure git to use the token for authentication
142142
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git"
@@ -157,7 +157,7 @@ jobs:
157157
generate_release_notes: true
158158
draft: true
159159
prerelease: ${{ inputs.release_channel == 'preview' }}
160-
token: ${{ secrets.GITHUB_TOKEN }}
160+
token: ${{ secrets.LANCE_RELEASE_TOKEN }}
161161

162162
- name: Summary
163163
run: |

0 commit comments

Comments
 (0)