Skip to content

Commit 0a04f06

Browse files
authored
Update generate.yml
1 parent 7828292 commit 0a04f06

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212
type: string
1313
required: true
1414
secrets:
15-
ACCESS_TOKEN_JAVA_API:
16-
required: true
17-
CREATE_RELEASE_TOKEN:
15+
BO4E_JAVA_GENERATOR_TOKEN:
1816
required: true
1917
jobs:
2018
generation:
@@ -45,7 +43,7 @@ jobs:
4543
if: ${{ steps.schemas.outputs.TAGNAME != 'invalid' }}
4644
uses: cpina/github-action-push-to-another-repository@v1.7.2
4745
env:
48-
API_TOKEN_GITHUB: ${{ secrets.ACCESS_TOKEN_JAVA_API }}
46+
API_TOKEN_GITHUB: ${{ secrets.BO4E_JAVA_GENERATOR_TOKEN }}
4947
with:
5048
source-directory: "bo4e"
5149
target-directory: "bo4e"

0 commit comments

Comments
 (0)