Skip to content

Commit fe20c68

Browse files
Merge pull request #21 from Geode-solutions/next
Next
2 parents 46ad5ce + 1c317a5 commit fe20c68

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
type: now
6767
from_branch: master
6868
target_branch: next
69-
github_token: ${{ github.token }}
69+
github_token: ${{ secrets.TOKEN }}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
## v0.1.2-rc.1 (2024-05-03)
6+
7+
### Fix
8+
9+
* fix(actions): admin token for actions ([`35e2a56`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/35e2a56bed848908400dde04e466f93cc6d6a56f))
10+
11+
### Unknown
12+
13+
* Merge pull request #20 from Geode-solutions/fix/admin_token
14+
15+
fix(actions): admin token for actions ([`2bc881c`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/2bc881ccee9636469a3edbdfcc4934099be2c08b))
16+
17+
* ([`b7a6367`](https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/commit/b7a63678c77bba82cf36fc13cdea1237e1c33a6d))
18+
19+
520
## v0.1.1 (2024-03-13)
621

722
### Unknown

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Viewer"
8-
version = "0.1.1"
8+
version = "0.1.2-rc.1"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="[email protected]" },

0 commit comments

Comments
 (0)