Skip to content

Commit 1532b0d

Browse files
committed
ci: change tagbot token
1 parent b86f1b4 commit 1532b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/TagBot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: JuliaRegistries/TagBot@v1
1313
with:
14-
token: ${{ secrets.TAGBOT_PAT }}
14+
token: ${{ secrets.GITHUB_TOKEN }}
1515
ssh: ${{ secrets.DOCUMENTER_KEY }}

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SlimOptim"
22
uuid = "e4c7bc62-5b23-4522-a1b9-71c2be45f1df"
33
authors = ["Mathias Louboutin <[email protected]>"]
4-
version = "0.1.10"
4+
version = "0.1.11"
55

66
[deps]
77
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"

0 commit comments

Comments
 (0)