Skip to content

Commit 49fde86

Browse files
committed
Include zapbot Crowdin auth token for releases
The auth token is required to upload the source files to Crowdin when the add-on is released. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 58d4a27 commit 49fde86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-add-on.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
- name: Build and Release Add-On
2626
env:
2727
ZAPBOT_TOKEN: ${{ secrets.ZAPBOT_TOKEN }}
28+
CROWDIN_AUTH_TOKEN: ${{ secrets.ZAPBOT_CROWDIN_TOKEN }}
2829
run: ./gradlew releaseAddOn

0 commit comments

Comments
 (0)