Skip to content

Commit

Permalink
ci: use bearer token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Nov 18, 2021
1 parent 998a44e commit bff9f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
FL_SET_GITHUB_RELEASE_REPOSITORY_NAME: ${{ github.repository }}
FL_GITHUB_RELEASE_API_TOKEN: ${{ github.token }}
FL_GITHUB_RELEASE_API_BEARER: ${{ github.token }}
FL_SET_GITHUB_RELEASE_TAG_NAME: v${{ github.event.inputs.versionName }}
VERSION_NAME: ${{ github.event.inputs.versionName }}

0 comments on commit bff9f79

Please sign in to comment.