Skip to content

chatops

chatops #132

Workflow file for this run

---
name: chatops
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
id-token: write
contents: write
jobs:
terraform-module:
uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main
secrets:
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}

Check failure on line 16 in .github/workflows/chatops.yml

View workflow run for this annotation

GitHub Actions / chatops

Invalid workflow file

The workflow is not valid. .github/workflows/chatops.yml (Line: 16, Col: 28): Invalid secret, github_access_token is not defined in the referenced workflow.