Skip to content

Commit

Permalink
Merge pull request #6 from HolyLab/massinstallaction/set-up-TagBot
Browse files Browse the repository at this point in the history
MassInstallAction: Install the TagBot workflow on this repository
  • Loading branch information
kdw503 authored Aug 24, 2021
2 parents a88253c + c98a6d1 commit 5c73774
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: TagBot
on:
repository_dispatch:
workflow_dispatch:
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- name: Event Information
run: |
echo "Event '${{ github.event.action }}' received from '${{ github.event.client_payload.repository }}'"
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.TAGBOT_KEY }}
registry: HolyLab/HolyLabRegistry
lookback: 300

0 comments on commit 5c73774

Please sign in to comment.