mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 16:46:56 +00:00
Remove comments
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
parent
5a2200cc6e
commit
136121566e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/jira.yaml
vendored
3
.github/workflows/jira.yaml
vendored
|
|
@ -8,10 +8,7 @@ on:
|
||||||
types: [created]
|
types: [created]
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
# using `main` as the ref will keep your workflow up-to-date
|
|
||||||
uses: hashicorp/vault-workflows-common/.github/workflows/jira.yaml@main
|
uses: hashicorp/vault-workflows-common/.github/workflows/jira.yaml@main
|
||||||
# assuming you use Vault to get secrets
|
|
||||||
# if you use GitHub secrets, use secrets.XYZ instead of steps.secrets.outputs.XYZ
|
|
||||||
secrets:
|
secrets:
|
||||||
JIRA_SYNC_BASE_URL: ${{ secrets.JIRA_SYNC_BASE_URL }}
|
JIRA_SYNC_BASE_URL: ${{ secrets.JIRA_SYNC_BASE_URL }}
|
||||||
JIRA_SYNC_USER_EMAIL: ${{ secrets.JIRA_SYNC_USER_EMAIL }}
|
JIRA_SYNC_USER_EMAIL: ${{ secrets.JIRA_SYNC_USER_EMAIL }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue