2023-08-07 10:49:33 +00:00
|
|
|
---
|
2023-05-17 10:57:48 +00:00
|
|
|
name: refresh_automation_hub_token
|
2023-08-07 10:49:33 +00:00
|
|
|
on: # yamllint disable-line rule:truthy
|
2023-05-11 10:07:56 +00:00
|
|
|
schedule:
|
|
|
|
- cron: '0 0 * * *'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
refresh:
|
2023-05-15 15:01:48 +00:00
|
|
|
uses: ansible/devtools/.github/workflows/ah_token_refresh.yml@main
|
|
|
|
with:
|
|
|
|
environment: release
|
|
|
|
secrets:
|
|
|
|
ah_token: ${{ secrets.AH_TOKEN }}
|