diff options
author | Reza Mubeen <mrezam@hotmail.com> | 2025-06-11 14:57:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-11 14:57:10 -0500 |
commit | 6f2ea3a99742648bf4f3ff6aa1db0c1f819ec61a (patch) | |
tree | aad2a006324081226e9c40e4e4e18f93b625ee53 | |
parent | 9947d2b368fed081582c9f096cdd52f148dc50db (diff) | |
download | vyos.vyos-6f2ea3a99742648bf4f3ff6aa1db0c1f819ec61a.tar.gz vyos.vyos-6f2ea3a99742648bf4f3ff6aa1db0c1f819ec61a.zip |
Update refresh_token.yml
https://github.com/vyos/vyos.vyos/pull/423#discussion_r2140946852
As per @andamasov
-rw-r--r-- | .github/workflows/refresh_token.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/refresh_token.yml index c71216b1..e8afbc85 100644 --- a/.github/workflows/refresh_token.yml +++ b/.github/workflows/refresh_token.yml @@ -7,8 +7,8 @@ on: jobs: refresh: - uses: ansible/devtools/.github/workflows/ah_token_refresh.yml@main + uses: ansible/devtools/.github/workflows/ah_token_refresh.yml@v22.5.0 with: environment: release secrets: - ah_token: ${{ secrets.AH_TOKEN }}
\ No newline at end of file + ah_token: ${{ secrets.AH_TOKEN }} |