Skip to content

Commit

Permalink
MOD switch to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-weichhart committed Aug 4, 2023
1 parent 919c02f commit 27d507d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.GH_RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
Expand All @@ -51,7 +51,7 @@ jobs:
configuration: ".github/workflows/changelog-configuration.json"
toTag: "main"
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if: ${{ github.event.inputs.publish == 'true' }}
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GH_RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: build/*
name: ${{ needs.prepare-release.outputs.version }}
tag_name: ${{ needs.prepare-release.outputs.version }}
Expand Down

0 comments on commit 27d507d

Please sign in to comment.