fix(ci): use PAT for release workflow to bypass branch protection (#4408)

This commit is contained in:
James Rich 2026-02-02 12:35:06 -06:00 committed by GitHub
parent 70d7319efe
commit fa95872b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.CROWDIN_GITHUB_TOKEN }}
- name: Calculate tags
id: calculate_tags