Skip to content

Commit 82d8014

Browse files
authored
Update to use shared TagBot workflow (#112)
1 parent 037383e commit 82d8014

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
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"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
3-
version = "0.3.36"
3+
version = "0.3.37"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

template/.github/workflows/TagBot.yml.template

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)