diff options
author | Yuriy Andamasov <yuriy@vyos.io> | 2025-06-23 12:20:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 11:20:17 +0200 |
commit | bfe16c82f72d47ca99ca30e647361c831b34d278 (patch) | |
tree | 92a0c93493c46039298093b6e67a73caadaedde6 | |
parent | bc2ac8b53986b4af9b4e8874e4a589a4e8eca576 (diff) | |
download | vyos.vyos-bfe16c82f72d47ca99ca30e647361c831b34d278.tar.gz vyos.vyos-bfe16c82f72d47ca99ca30e647361c831b34d278.zip |
Update and rename refresh_token.yml to ah_token_refresh.yml (#424)
Fixing the Automation Hub token refresh workflow
-rw-r--r-- | .github/workflows/ah_token_refresh.yml (renamed from .github/workflows/refresh_token.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/ah_token_refresh.yml index a75f9633..096685dd 100644 --- a/.github/workflows/refresh_token.yml +++ b/.github/workflows/ah_token_refresh.yml @@ -7,7 +7,7 @@ on: jobs: refresh: - uses: ansible/devtools/.github/workflows/ah_token_refresh.yml@v22.5.0 + uses: ansible/team-devtools/.github/workflows/ah_token_refresh.yml@v22.5.0 with: environment: release secrets: |