Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWillFlood committed Apr 20, 2024
2 parents 6a6c9cb + f82cf5f commit 1d55f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TagBot
name: Julia TagBot
on:
issue_comment:
types:
Expand All @@ -25,7 +25,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
- uses: JuliaRegistries/TagBot@v1.18.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
Expand Down

0 comments on commit 1d55f68

Please sign in to comment.