Skip to content

Commit

Permalink
fix: workaround github token
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Jul 10, 2024
1 parent 62beb3b commit dec7aac
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 @@ -114,7 +114,7 @@ jobs:

- name: "Release"
env:
GITHUB_TOKEN: ${{ env.IDENTUS_CI }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_EMAIL: "[email protected]"
GIT_AUTHOR_NAME: "hyperledger-bot"
Expand Down

0 comments on commit dec7aac

Please sign in to comment.