Skip to content

Commit c32b6fa

Browse files
committed
chore: use organization token
1 parent 63332b0 commit c32b6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 🏷️ Create/update tag
2020
uses: actions/github-script@v7
2121
with:
22-
github-token: ${{ secrets.TAG_PAT }}
22+
github-token: ${{ secrets.WEBLATE_CI_TOKEN }}
2323
script: |
2424
const now = new Date;
2525
const onejan = new Date(now.getFullYear(), 0, 1);

0 commit comments

Comments
 (0)