Skip to content

Commit

Permalink
fixed crd publish token, fixed dirty images (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Jul 3, 2024
1 parent 39b338e commit fd49dd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: lint, test and build
env:
TAG: ${{ github.event.release.tag_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make lint
make test
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ docs: envconfig-docs crd-ref-docs manifests
mv out.md docs/api.md
cat docs/headers/vars.md > docs/vars.md
$(ENVCONFIG_DOCS) --input internal/config/config.go --truncate=false >> docs/vars.md
sed -i '/updated at/d' docs/vars.md

.PHONY: fmt
fmt: ## Run go fmt against code.
Expand Down
1 change: 0 additions & 1 deletion docs/vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ menu:

<!-- this doc autogenerated - don't edit it manually -->
# Auto Generated vars for package config
updated at Wed Jul 3 14:06:35 UTC 2024


| variable name | variable default value | variable required | variable description |
Expand Down

0 comments on commit fd49dd2

Please sign in to comment.