Skip to content

Commit fc06f65

Browse files
Update token secret for checkout action
1 parent 1b7b506 commit fc06f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reproducible-build-check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/checkout@v4
210210
with:
211211
fetch-depth: 0
212-
token: ${{ secrets.SYNC_TOKEN }}
212+
token: ${{ secrets.GH_LIB_SYNC_TOKEN }}
213213

214214
- name: Read version.properties
215215
id: version

0 commit comments

Comments
 (0)