Skip to content

Commit

Permalink
Update buf version and pass github token to step (#7101)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Dec 3, 2023
1 parent 2832fcc commit 90fa453
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish-exp-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
go-version: "1.21.4"
id: go

- uses: bufbuild/[email protected]
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}

- name: Extract version
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
go-version: "1.21.4"
id: go

- uses: bufbuild/[email protected]
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}

- name: Extract version
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
node-version: "18.17.0"
cache: "npm"
cache-dependency-path: webui/package-lock.json
- uses: bufbuild/[email protected]
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- name: Generate code
env:
NODE_OPTIONS: "--max-old-space-size=4096"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OPENAPI_GENERATOR_IMAGE=treeverse/openapi-generator-cli:v7.0.0.1
OPENAPI_GENERATOR=$(DOCKER) run --user $(UID_GID) --rm -v $(shell pwd):/mnt $(OPENAPI_GENERATOR_IMAGE)

GOLANGCI_LINT_VERSION=v1.53.3
BUF_CLI_VERSION=v1.27.1
BUF_CLI_VERSION=v1.28.1

ifndef PACKAGE_VERSION
PACKAGE_VERSION=0.1.0-SNAPSHOT
Expand Down

0 comments on commit 90fa453

Please sign in to comment.