Skip to content

Commit 9e0cf33

Browse files
Update TagBot to work with HolyLabReg dispatch
1 parent 5564cca commit 9e0cf33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/TagBot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: TagBot
22
on:
3-
issue_comment:
4-
types:
5-
- created
3+
repository_dispatch:
64
workflow_dispatch:
75
jobs:
86
TagBot:
9-
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
107
runs-on: ubuntu-latest
118
steps:
9+
- name: Event Information
10+
run: |
11+
echo "Event '${{ github.event.action }}' received from '${{ github.event.client_payload.repository }}'"
1212
- uses: JuliaRegistries/TagBot@v1
1313
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
15-
ssh: ${{ secrets.DOCUMENTER_KEY }}
14+
token: ${{ secrets.TAGBOT_KEY }}
1615
registry: HolyLab/HolyLabRegistry
16+
lookback: 300

0 commit comments

Comments
 (0)