We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727937e commit cccb04dCopy full SHA for cccb04d
1 file changed
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Trigger utPLSQL-cli snapshot build
84
uses: peter-evans/repository-dispatch@v3
85
with:
86
- token: ${{ secrets.API_TOKEN_GITHUB }}
+ token: ${{ secrets.CLI_REPO_TOKEN }}
87
repository: utPLSQL/utPLSQL-cli
88
event-type: utPLSQL-java-api-build
89
client-payload: '{"api_version": "${{ steps.project_version.outputs.version }}"}'
0 commit comments