Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/AUTOMATED_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ To set up this workflow in your repository, you need to complete the following p

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

2. **Vault Permissions**:
- Create a PR in `re-terraform-aws-vault` to add the `release-automation` secret
Expand Down
6 changes: 3 additions & 3 deletions skills/automated-release-setup/automated-release-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Remind the user of these prerequisites and **ask for confirmation** using AskUse
- "Have you added 'Jira Tech User GitHub' as Administrator on the {JIRA_PROJECT_KEY} project?" (Production)
- "Have you added 'Jira Tech User GitHub' as Administrator on the {JIRA_PROJECT_KEY} project in the Jira sandbox?" (For dry-run testing)
- The user must verify this manually at: Project settings → People → Administrator role
- Sandbox URL: https://sonarsource-sandbox-811.atlassian.net/
- Sandbox URL: https://sonarsource-sandbox-608.atlassian.net/

2. **Vault Permissions** (re-terraform-aws-vault):
- Create a PR to add the `release-automation` secret to the repository's config in the squad config file
Expand Down Expand Up @@ -103,7 +103,7 @@ on:
jobs:
release:
name: Release
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@master
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1
permissions:
statuses: read
id-token: write
Expand Down Expand Up @@ -202,7 +202,7 @@ on:
jobs:
release:
name: Release
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@master
uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@v1
permissions:
statuses: read
id-token: write
Expand Down