Skip to content

Commit

Permalink
USe user with admin rights (#12)
Browse files Browse the repository at this point in the history
* USe user with admin rights

AB#10288
  • Loading branch information
eccles authored Jan 28, 2025
1 parent 48b8531 commit f4b6942
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
# go-datatrails-common-api-gen tags in sync so we sometimes have empty releases
exit 0
fi
git config --global user.name 'CI Workflow'
git config --global url.'https://${{ secrets.GO_COMMON_API_GEN_TOKEN}}@github.com/datatrails'.insteadOf https://github.com/datatrails
go env -w GOPRIVATE="github.com/datatrails/*"
git config --global user.name 'landintrees'
git config --global user.email $COMMIT_EMAIL
git add .
git commit -am "feat: updated to go-datatrails-common-api@$TAG"
Expand Down

0 comments on commit f4b6942

Please sign in to comment.