File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 types :
55 - created
66 workflow_dispatch :
7+ inputs :
8+ lookback :
9+ description : " [DEPRECATED] No longer has any effect"
10+ default : " 3"
711jobs :
812 TagBot :
913 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10- runs-on : ubuntu-latest
14+ runs-on : ubuntu-slim
1115 steps :
1216 - uses : JuliaRegistries/TagBot@v1
1317 with :
1418 token : ${{ secrets.GITHUB_TOKEN }}
19+ # For commits that modify workflow files: SSH key enables tagging, but
20+ # releases require manual creation. For full automation of such commits,
21+ # use a PAT with `workflow` scope instead of GITHUB_TOKEN.
22+ # See: https://github.com/JuliaRegistries/TagBot#commits-that-modify-workflow-files
1523 ssh : ${{ secrets.DOCUMENTER_KEY }}
24+ # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
25+ # changelog_format: github # 'custom' (default), 'github', or 'conventional'
You can’t perform that action at this time.
0 commit comments