Skip to content

Commit

Permalink
Add manual trigger for TagBot and use SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 11, 2020
1 parent 2e88352 commit d9f9949
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: TagBot
on:
schedule:
- cron: 0 0 * * *
push:
branches:
- actions/trigger/TagBot
workflow_dispatch:
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.SSH_KEY }}

0 comments on commit d9f9949

Please sign in to comment.