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- 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+
238jobs :
249 TagBot :
2510 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
11+ # ubuntu-slim doesn't support containers, and thus won't work
2612 runs-on : ubuntu-latest
2713 steps :
28- - uses : JuliaRegistries/TagBot@v1
14+ - uses : JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8
2915 with :
3016 token : ${{ secrets.GITHUB_TOKEN }}
31- # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
17+ # For commits that modify workflow files: SSH key enables tagging, but
18+ # releases require manual creation. For full automation of such commits,
19+ # use a PAT with `workflow` scope instead of GITHUB_TOKEN.
20+ # See: https://github.com/JuliaRegistries/TagBot#commits-that-modify-workflow-files
3221 ssh : ${{ secrets.DOCUMENTER_KEY }}
3322 # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
23+ # changelog_format: github # 'custom' (default), 'github', or 'conventional'
You can’t perform that action at this time.
0 commit comments