Skip to content

.github/workflows/ah_token_refresh.yml #348

.github/workflows/ah_token_refresh.yml

.github/workflows/ah_token_refresh.yml #348

---
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

Check failure on line 10 in .github/workflows/ah_token_refresh.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ah_token_refresh.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ah_token_refresh.yml" -> "ansible/devtools/.github/workflows/ah_token_refresh.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
environment: release
secrets:
ah_token: ${{ secrets.AH_TOKEN }}