Skip to content

Commit

Permalink
Update _includes/_common/guides/400_ci_cd_workflow/040_github_actions…
Browse files Browse the repository at this point in the history
…/cleanup_base.md.liquid
  • Loading branch information
alexey-igrychev authored Nov 18, 2024
1 parent 1849b7e commit 10631da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
. $(werf ci-env github --as-file)
werf cleanup
env:
WERF_REPO_GITHUB_TOKEN: ${{ secrets.REGISTRY_CLEANUP_TOKEN }}
WERF_KUBE_CONFIG_BASE64: ${{ secrets.KUBE_CONFIG_BASE64_DATA }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WERF_REPO_GITHUB_TOKEN: ${{ secrets.REGISTRY_CLEANUP_TOKEN }}
```
{% endraw %}

0 comments on commit 10631da

Please sign in to comment.