Skip to content

Commit 8470afd

Browse files
authored
fix: fix release token (#64)
1 parent eb22899 commit 8470afd

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
# By default, a workflow only runs when a pull_request's activity type
55
# is opened, synchronize, or reopened. We explicity override here so that
66
# PR titles are re-linted when the PR text content is edited.
7-
# _target applies to PR from forks.
8-
pull_request_target:
7+
pull_request:
98
types: [opened, edited, reopened, synchronize]
109

1110
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release-on-push:
1111
runs-on: ubuntu-22.04
1212
env:
13-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
1414

1515
steps:
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex)
99
[![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish)
1010
[![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex)
11-
[![DockerHub](https://badgen.net/badge/icon/2.0.8/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule)
11+
[![DockerHub](https://badgen.net/badge/icon/2.0.9/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule)
1212
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272)
1313

1414
<img src="img/logo.png" alt="drawing" height="30"/>

hypercomplex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.8
1+
v2.0.9

0 commit comments

Comments
 (0)