Skip to content

Commit

Permalink
Rename custom github token
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerfred committed Dec 2, 2020
1 parent e79567c commit 186dd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Apply correct git tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_DYNDNS }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_DYNDNS }}
WITH_V: true
RELEASE_BRANCHES: master
DEFAULT_BUMP: none

0 comments on commit 186dd0e

Please sign in to comment.