Skip to content

Commit 4ea3721

Browse files
authored
Apply shared_tagbot_workflow patch (#140)
1 parent 22dcd92 commit 4ea3721

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@ on:
77
jobs:
88
TagBot:
99
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 }}"
10+
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main"
11+
secrets: "inherit"

0 commit comments

Comments
 (0)