Skip to content

Commit

Permalink
Add release secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Makeshift committed Jan 17, 2023
1 parent 9c20058 commit 5e9d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
repo_token: '${{ secrets.RELEASE_SECRET }}'
automatic_release_tag: 'latest'
prerelease: false
title: 'CV Version ${{ steps.semver.outputs.version }}'
Expand Down

0 comments on commit 5e9d1ee

Please sign in to comment.