Skip to content

Commit

Permalink
Jira integration: Use repo vault token (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource authored Sep 17, 2024
1 parent fb9427d commit d432b17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Part of <!--
Part of
<!--
Only for standalone PRs without Jira issue in the PR title:
* Replace this comment with Epic ID to create a new Task in Jira
* Replace this comment with Issue ID to create a new Sub-Task in Jira
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
operations/team/re/kv/data/github/github-jira-integration token | GITHUB_TOKEN;
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
development/kv/data/jira user | JIRA_USER;
development/kv/data/jira token | JIRA_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/PullRequestCreated@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RequestReview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: SonarSource/vault-action-wrapper@v3
with:
secrets: |
operations/team/re/kv/data/github/github-jira-integration token | GITHUB_TOKEN;
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
development/kv/data/jira user | JIRA_USER;
development/kv/data/jira token | JIRA_TOKEN;
- uses: sonarsource/gh-action-lt-backlog/RequestReview@v2
Expand Down

0 comments on commit d432b17

Please sign in to comment.