Skip to content

Commit aa5afdc

Browse files
committed
Add deprecation annotation for Hashicorp vault
1 parent 4d4d33f commit aa5afdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

main.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ fi
6363

6464
if [[ -n "$VAULT_TOKEN" ]]; then
6565
GH_BOT_TOKEN=$(vault read -field=token secret/rtBot-token)
66+
67+
echo "::warning ::Support for HashiCorp Vault will be discontinued in the future. Please use GitHub Action Secrets to store the secrets. Refer https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository to know more about GitHub Action Secrets."
6668
fi
6769

6870
# Remove trailing and leading whitespaces.

0 commit comments

Comments
 (0)