Skip to content

Commit

Permalink
Merge pull request #4782 from werf/ci-fix-trdl-release
Browse files Browse the repository at this point in the history
ci: fix release:trdl-release
  • Loading branch information
ilya-lesikov committed Aug 16, 2022
2 parents f5a60c4 + d5ce3e4 commit 5ed7e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_trdl-release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
vault-addr: ${{ secrets.TRDL_VAULT_ADDR }}
project-name: werf
git-tag: ${{ github.event.ref }}
git-tag: ${{ github.ref_name }}
vault-auth-method: approle
vault-role-id: ${{ secrets.TRDL_VAULT_ROLE_ID }}
vault-secret-id: ${{ secrets.TRDL_VAULT_SECRET_ID }}
Expand Down

0 comments on commit 5ed7e4a

Please sign in to comment.