We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7828292 commit 0a04f06Copy full SHA for 0a04f06
1 file changed
.github/workflows/generate.yml
@@ -12,9 +12,7 @@ on:
12
type: string
13
required: true
14
secrets:
15
- ACCESS_TOKEN_JAVA_API:
16
- required: true
17
- CREATE_RELEASE_TOKEN:
+ BO4E_JAVA_GENERATOR_TOKEN:
18
19
jobs:
20
generation:
@@ -45,7 +43,7 @@ jobs:
45
43
if: ${{ steps.schemas.outputs.TAGNAME != 'invalid' }}
46
44
uses: cpina/github-action-push-to-another-repository@v1.7.2
47
env:
48
- API_TOKEN_GITHUB: ${{ secrets.ACCESS_TOKEN_JAVA_API }}
+ API_TOKEN_GITHUB: ${{ secrets.BO4E_JAVA_GENERATOR_TOKEN }}
49
with:
50
source-directory: "bo4e"
51
target-directory: "bo4e"
0 commit comments