Skip to content

Commit

Permalink
fix: Modify token value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jul 27, 2024
1 parent b7ae5ed commit ed99fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
version: ${{ inputs.version }}
type: ${{ inputs.type }}
secrets:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed99fa4

Please sign in to comment.