Skip to content

feat: distribute docs app key to Namecheap root #164

feat: distribute docs app key to Namecheap root

feat: distribute docs app key to Namecheap root #164

Workflow file for this run

name: opentofu
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: write
id-token: write
pull-requests: write
jobs:
opentofu:
if: >-
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository
uses: makeitworkcloud/shared-workflows/.github/workflows/opentofu.yml@main
secrets:
CHART_UPDATER_GITHUB_APP_PRIVATE_KEY: ${{ secrets.CHART_UPDATER_GITHUB_APP_PRIVATE_KEY }}