Skip to content

.github/workflows/ah_token_refresh.yml #117

.github/workflows/ah_token_refresh.yml

.github/workflows/ah_token_refresh.yml #117

---
name: Refresh the automation hub token
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 0 * * *'
workflow_dispatch: # yamllint disable-line rule:empty-values
jobs:
refresh:
uses: ansible/devtools/.github/workflows/ah_token_refresh.yml@main
with:
environment: release
secrets:
ah_token: ${{ secrets.AH_TOKEN }}