Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent 1dc9e4a commit 2a1f104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ runs:
if: inputs.mode == 'release'
shell: bash
env:
GIT_TOKEN: inputs.git-token
GIT_TOKEN: ${{ inputs.git-token }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "UTxO RPC Codegen"
git config --global user.email "[email protected]"
git config --global user.name "UTxO RPC Codegen"
git clone https://x-access-token:${{ env.GIT_TOKEN }}@github.com/utxorpc/go-sdk.git
rm -Rf go-sdk/spec
mv codegen/go go-sdk/spec
Expand Down

0 comments on commit 2a1f104

Please sign in to comment.