diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml new file mode 100644 index 0000000..6ba4387 --- /dev/null +++ b/.github/workflows/actionlint.yaml @@ -0,0 +1,9 @@ +name: Lint GitHub Actions Workflows +on: + push: + paths: + - '.github/workflows/**' +jobs: + actionlint: + # using `main` as the ref will keep your workflow up-to-date + uses: hashicorp/vault-workflows-common/.github/workflows/actionlint.yaml@main diff --git a/.github/workflows/jira.yaml b/.github/workflows/jira.yaml index 253531b..ad067a0 100644 --- a/.github/workflows/jira.yaml +++ b/.github/workflows/jira.yaml @@ -14,4 +14,4 @@ jobs: JIRA_SYNC_USER_EMAIL: ${{ secrets.JIRA_SYNC_USER_EMAIL }} JIRA_SYNC_API_TOKEN: ${{ secrets.JIRA_SYNC_API_TOKEN }} with: - teams-array: '["applications-eco"]' + teams-array: '["ecosystem", "applications-eco"]'