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:
parent
dc4f72debb
commit
ab29483bc6
2 changed files with 10 additions and 1 deletions
9
.github/workflows/actionlint.yaml
vendored
Normal file
9
.github/workflows/actionlint.yaml
vendored
Normal 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
|
||||
2
.github/workflows/jira.yaml
vendored
2
.github/workflows/jira.yaml
vendored
|
|
@ -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"]'
|
||||
|
|
|
|||
Loading…
Reference in a new issue