Skip to content

Commit

Permalink
Install tagbot as GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sov-trotter committed Oct 29, 2020
1 parent 5637e13 commit 460eb8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 460eb8b

Please sign in to comment.