Skip to content

Commit 1d80f33

Browse files
authored
fix(release): Revert to use admin token for release checkout action (#648)
1 parent 64cd483 commit 1d80f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
uses: actions/checkout@v4
8585
with:
8686
fetch-depth: 0
87+
token: ${{ secrets.ADMIN_TOKEN }} # Use the new token for authentication
8788
- name: Download macOS executable
8889
uses: actions/download-artifact@v4
8990
with:

0 commit comments

Comments
 (0)