Skip to content

Commit d432b17

Browse files
Jira integration: Use repo vault token (#237)
1 parent fb9427d commit d432b17

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Part of <!--
1+
Part of
2+
<!--
23
Only for standalone PRs without Jira issue in the PR title:
34
* Replace this comment with Epic ID to create a new Task in Jira
45
* Replace this comment with Issue ID to create a new Sub-Task in Jira

.github/workflows/PullRequestCreated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: SonarSource/vault-action-wrapper@v3
1919
with:
2020
secrets: |
21-
operations/team/re/kv/data/github/github-jira-integration token | GITHUB_TOKEN;
21+
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
2222
development/kv/data/jira user | JIRA_USER;
2323
development/kv/data/jira token | JIRA_TOKEN;
2424
- uses: sonarsource/gh-action-lt-backlog/PullRequestCreated@v2

.github/workflows/RequestReview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: SonarSource/vault-action-wrapper@v3
1919
with:
2020
secrets: |
21-
operations/team/re/kv/data/github/github-jira-integration token | GITHUB_TOKEN;
21+
development/github/token/{REPO_OWNER_NAME_DASH}-jira token | GITHUB_TOKEN;
2222
development/kv/data/jira user | JIRA_USER;
2323
development/kv/data/jira token | JIRA_TOKEN;
2424
- uses: sonarsource/gh-action-lt-backlog/RequestReview@v2

0 commit comments

Comments
 (0)