diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24dcc4b..b489f95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_DYNDNS }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DYNDNS }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index dd61f2c..d6f14da 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -20,7 +20,7 @@ jobs: - name: Apply correct git tag uses: anothrNick/github-tag-action@1.19.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_DYNDNS }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DYNDNS }} WITH_V: true RELEASE_BRANCHES: master DEFAULT_BUMP: none