We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a20ac commit 7828292Copy full SHA for 7828292
1 file changed
.github/workflows/synchronise.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Sync
23
id: release
24
env:
25
- TOKEN: ${{ secrets.CREATE_RELEASE_TOKEN }}
+ TOKEN: ${{ secrets.BO4E_JAVA_GENERATOR_TOKEN }}
26
run: |
27
TAG=`node sync_releases.js -o "bo4e" -r "BO4E-Java" -a $TOKEN --input-owner "bo4e" --input-repo "BO4E-Schemas"`
28
echo $TAG
0 commit comments