Skip to content

Julia v1.9 support #201

Julia v1.9 support

Julia v1.9 support #201

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
user: Rui Ventura
email: rventura.pt@outlook.com
gpg: ${{ secrets.GPG_KEY }}
gpg_password: ${{ secrets.GPG_PASSWORD }}
ssh: ${{ secrets.SSH_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}