diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 8bd1ea3c30..101251c546 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -53,6 +53,21 @@ jobs: if: ${{ steps.push.outcome == 'failure' }} run: | echo "Push failed. The token might be expired or have insufficient permissions. Please check your token." + echo "The token can be found in the 'dev-stride' account. To view the token, login to 'dev-stride' and go to:" + echo " -> Profile" + echo " -> Settings" + echo " -> Developer Settings" + echo " -> Personal Access Tokens" + echo " -> Tokens (classic)" + echo " -> 'GH Actions' Token" + echo "" + echo "If the token is expired, you can click on the token and then select 'Regenerate Token'" + echo "After regenerating a new token, you'll have to update the 'GH_ACTIONS_PAT' environment variable:" + echo " -> Navigate to the stride repo" + echo " -> Settings" + echo " -> Secrets and variables" + echo " -> Actions" + echo " -> Then modify 'GH_ACTIONS_PAT'" exit 1 - name: Fetch New Branch diff --git a/Makefile b/Makefile index 1e82948a15..b095fe8142 100644 --- a/Makefile +++ b/Makefile @@ -164,14 +164,14 @@ stop-local-to-main: ### Protobuf ### ############################################################################### -containerProtoVer=0.13.0 +containerProtoVer=0.14.0 containerProtoImage=ghcr.io/cosmos/proto-builder:$(containerProtoVer) proto-all: proto-format proto-lint proto-gen proto-gen: @echo "Generating Protobuf files" - @$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) \ + @$(DOCKER) run --user $(id -u):$(id -g) --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) \ sh ./scripts/protocgen.sh; proto-format: diff --git a/deps/gaia b/deps/gaia index 321d15a574..3b9a281247 160000 --- a/deps/gaia +++ b/deps/gaia @@ -1 +1 @@ -Subproject commit 321d15a574def0f338ceacc5c060159ebba95edc +Subproject commit 3b9a281247ab9bd87483ad7fc1dcea9f26c4b8f6