Skip to content

Commit 2a0acad

Browse files
authored
Apply tagbot_pat patch (#130)
1 parent e2bea09 commit 2a0acad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 = "NamedGraphs"
22
uuid = "678767b0-92e7-4007-89e4-4527a8725b19"
3-
version = "0.10.13"
3+
version = "0.10.14"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)