Skip to content

Commit

Permalink
changd token
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerhalil committed Jun 4, 2023
1 parent a928261 commit f30e106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.PAT }}"
automatic_release_tag: v${{ env.version }}
prerelease: false
files: |
Expand Down

0 comments on commit f30e106

Please sign in to comment.