Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Add token to checkout action (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Schneider <[email protected]>
  • Loading branch information
tyxeron and tyxeron authored Oct 13, 2023
1 parent a03e1bc commit 60d2327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: '${{ secrets.TECHNICAL_USER_TOKEN }}'
- name: Configure Git
run: |
git config user.name "'${{ secrets.TECHNICAL_USER }}'"
Expand Down

0 comments on commit 60d2327

Please sign in to comment.