Skip to content

Commit acd7f48

Browse files
authored
Fix TagBot (#7)
1 parent 7cebe45 commit acd7f48

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,16 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: "3"
10-
permissions:
11-
actions: read
12-
checks: read
13-
contents: write
14-
deployments: read
15-
issues: read
16-
discussions: read
17-
packages: read
18-
pages: read
19-
pull-requests: read
20-
repository-projects: read
21-
security-events: read
22-
statuses: read
7+
schedule:
8+
- cron: '0 * * * *'
9+
2310
jobs:
2411
TagBot:
2512
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
2714
steps:
2815
- uses: JuliaRegistries/TagBot@v1
2916
with:
3017
token: ${{ secrets.GITHUB_TOKEN }}
18+
registry: https://github.com/ITensor/ITensorRegistry.git
3119
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)