Skip to content

Commit

Permalink
⚗️ Changed secret
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Jun 20, 2023
1 parent f43e16f commit c0f7e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PrepareForPublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.GH_TOKEN }}"
automatic_release_tag: "${{ env.VERSION }}"
prerelease: false
title: "${{ env.VERSION }}"
Expand Down

0 comments on commit c0f7e2b

Please sign in to comment.