Skip to content

Commit

Permalink
SLI-1605 Jira integration: Use repo vault token (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource authored Sep 18, 2024
1 parent 6e51290 commit eb522ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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
3 changes: 2 additions & 1 deletion docs/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

0 comments on commit eb522ee

Please sign in to comment.