Skip to content

Commit 8c6f4ae

Browse files
authored
chore: use github token instead of personal one (#355)
Signed-off-by: Mirko Mollik <mirko.mollik@eudi.sprind.org>
1 parent 7e161c4 commit 8c6f4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish-on-push-cached.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241

242242
- name: 'Setup git coordinates'
243243
run: |
244-
git remote set-url origin https://${{github.actor}}:${{secrets.TOKEN}}@github.com/${{ github.repository }}.git
244+
git remote set-url origin https://${{github.actor}}:${{secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git
245245
git config user.name $GH_USER
246246
git config user.email $GH_EMAIL
247247

0 commit comments

Comments
 (0)