summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ansible/utils/.github/workflows/token_refresh.yml
blob: 3fd76b1c2796b3e7663e05d926dd56aaccdede35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: refresh_automation_hub_token
on:  # yamllint disable-line rule:truthy
  schedule:
    - cron: '0 0 * * *'
  workflow_dispatch:

jobs:
  refresh:
    uses: ansible/devtools/.github/workflows/ah_token_refresh.yml@main
    with:
      environment: release
    secrets:
      ah_token: ${{ secrets.AH_TOKEN }}