We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dcd92 commit 4ea3721Copy full SHA for 4ea3721
.github/workflows/TagBot.yml
@@ -7,10 +7,5 @@ on:
7
jobs:
8
TagBot:
9
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
10
- runs-on: "ubuntu-latest"
11
- steps:
12
- - uses: "JuliaRegistries/TagBot@v1"
13
- with:
14
- token: "${{ secrets.TAGBOT_PAT }}"
15
- registry: "ITensor/ITensorRegistry"
16
- ssh: "${{ secrets.DOCUMENTER_KEY }}"
+ uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main"
+ secrets: "inherit"
0 commit comments