[Bug] Input Key mismatch for Azure config #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Automatically Generated File, DO NOT MODIFY (Maintained By Terraform) | |
# Code: github.com/meltwater/foundation-github/blob/main/foundation/ | |
name: "Issues: Add to Project" | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue to A-Team Debt, Bugs & OSS | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/meltwater/projects/64 | |
github-token: ${{ secrets.REPO_ISSUES_TOKEN }} |