Skip to content

Commit

Permalink
fix: set secrets for token
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 8, 2024
1 parent f574d4b commit 488f887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
client_type: clj
version-check-test:
uses: vdaas/vald-client-ci/.github/workflows/_check-version.yaml@feat/add-common-workflows
secrets: inherit
secrets:
CI_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
with:
tag_list_api_url: "https://api.github.com/repos/vdaas/vald-client-java/tags"
# build-test:
Expand Down

0 comments on commit 488f887

Please sign in to comment.