Skip to content

Commit c9666d8

Browse files
GHA-177 Fix Jira sandbox URL and workflow version in documentation (#87)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cd634c6 commit c9666d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/AUTOMATED_RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To set up this workflow in your repository, you need to complete the following p
149149

150150
1. **Jira Configuration**:
151151
- Add `Jira Tech User GitHub` as Administrator on your Jira project (Project settings → People → Administrator role)
152-
- For dry-run testing, also add the user to the Jira sandbox: https://sonarsource-sandbox-811.atlassian.net/
152+
- For dry-run testing, also add the user to the Jira sandbox: https://sonarsource-sandbox-608.atlassian.net/
153153

154154
2. **Vault Permissions**:
155155
- Create a PR in `re-terraform-aws-vault` to add the `release-automation` secret

skills/automated-release-setup/automated-release-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Remind the user of these prerequisites and **ask for confirmation** using AskUse
4040
- "Have you added 'Jira Tech User GitHub' as Administrator on the {JIRA_PROJECT_KEY} project?" (Production)
4141
- "Have you added 'Jira Tech User GitHub' as Administrator on the {JIRA_PROJECT_KEY} project in the Jira sandbox?" (For dry-run testing)
4242
- The user must verify this manually at: Project settings → People → Administrator role
43-
- Sandbox URL: https://sonarsource-sandbox-811.atlassian.net/
43+
- Sandbox URL: https://sonarsource-sandbox-608.atlassian.net/
4444

4545
2. **Vault Permissions** (re-terraform-aws-vault):
4646
- Create a PR to add the `release-automation` secret to the repository's config in the squad config file
@@ -103,7 +103,7 @@ on:
103103
jobs:
104104
release:
105105
name: Release
106-
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@master
106+
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1
107107
permissions:
108108
statuses: read
109109
id-token: write
@@ -202,7 +202,7 @@ on:
202202
jobs:
203203
release:
204204
name: Release
205-
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@master
205+
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1
206206
permissions:
207207
statuses: read
208208
id-token: write

0 commit comments

Comments
 (0)