Skip to content

Commit

Permalink
chore: add gh token env back
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Nov 27, 2024
1 parent b1fc16f commit 9c084ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apps_wallet_prod_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:

- name: Create GitHub Release
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.CURRENT_TAG }}
name: IOTA Wallet v${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 9c084ba

Please sign in to comment.