5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

chore: update jira teams and add actionlint

This commit is contained in:
JM Faircloth 2023-06-08 10:29:51 -05:00
parent dc4f72debb
commit ab29483bc6
2 changed files with 10 additions and 1 deletions

9
.github/workflows/actionlint.yaml vendored Normal file
View file

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

View file

@ -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"]'