2023-08-07 10:49:33 +00:00
|
|
|
---
|
2024-01-30 13:55:26 +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:
|
2024-01-30 13:55:26 +00:00
|
|
|
uses: ansible/ansible-content-actions/.github/workflows/refresh_ah_token.yaml@main
|
2023-05-15 15:01:48 +00:00
|
|
|
with:
|
|
|
|
environment: release
|
|
|
|
secrets:
|
|
|
|
ah_token: ${{ secrets.AH_TOKEN }}
|