Skip to content

Commit

Permalink
fix: add github env
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroto Funakoshi <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Apr 3, 2024
1 parent f285c9c commit 8eee340
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ on:
pull_request:
# schedule:
# - cron: "*/10 * * * *"

env:
GITHUB_USER: ${{ secrets.DISPATCH_USER }}
GITHUB_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
jobs:
semver-auto:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8eee340

Please sign in to comment.