Skip to content

Commit

Permalink
feat: Mange GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Aug 18, 2023
1 parent 856dde5 commit a3f91ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ on:
description: The assets to upload
required: false
default: ''
github-token:
type: string
description: The github token to use for the release
required: false
default: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write
Expand All @@ -46,4 +51,5 @@ jobs:
release-branches: ${{ inputs.release-branches }}
prerelease-branches: ${{ inputs.prerelease-branches }}
assets: ${{ inputs.assets }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PERSONNAL_TOKEN }}
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3f91ab

Please sign in to comment.