Skip to content

Commit 7235a20

Browse files
authored
Apply tagbot_pat patch (#31)
1 parent 6d1c922 commit 7235a20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: "JuliaRegistries/TagBot@v1"
1313
with:
14-
token: "${{ secrets.GITHUB_TOKEN }}"
14+
token: "${{ secrets.TAGBOT_PAT }}"
1515
registry: "ITensor/ITensorRegistry"
1616
ssh: "${{ secrets.DOCUMENTER_KEY }}"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NestedPermutedDimsArrays"
22
uuid = "2c2a8ec4-3cfc-4276-aa3e-1307b4294e58"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[compat]

0 commit comments

Comments
 (0)