diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 00049ea..c866d57 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -4,8 +4,7 @@ on: # By default, a workflow only runs when a pull_request's activity type # is opened, synchronize, or reopened. We explicity override here so that # PR titles are re-linted when the PR text content is edited. - # _target applies to PR from forks. - pull_request_target: + pull_request: types: [opened, edited, reopened, synchronize] jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7798b1..a628b1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release-on-push: runs-on: ubuntu-22.04 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }} steps: diff --git a/README.md b/README.md index 36cde9e..d2fb593 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex) [![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish) [![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex) -[![DockerHub](https://badgen.net/badge/icon/2.0.8/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule) +[![DockerHub](https://badgen.net/badge/icon/2.0.9/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule) [![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272) drawing diff --git a/hypercomplex/VERSION b/hypercomplex/VERSION index a5aea5c..77989f5 100644 --- a/hypercomplex/VERSION +++ b/hypercomplex/VERSION @@ -1 +1 @@ -v2.0.8 \ No newline at end of file +v2.0.9 \ No newline at end of file