Skip to content

Commit

Permalink
Merge pull request #89 from musm/patch-2
Browse files Browse the repository at this point in the history
Update TagBot.yml
  • Loading branch information
SimonDanisch authored Jun 14, 2022
2 parents c8262fb + 179b153 commit deb82e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
types:
- created
workflow_dispatch:
inputs:
lookback:
default: 3
permissions:
contents: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand All @@ -13,3 +18,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit deb82e2

Please sign in to comment.