Skip to content

DEVOPS-1033: Rename JIRA secrets to their _WRITE counterparts#162

Merged
RomFloreani merged 1 commit into
developfrom
DEVOPS-1033-update-jira-write-secrets
Jul 10, 2026
Merged

DEVOPS-1033: Rename JIRA secrets to their _WRITE counterparts#162
RomFloreani merged 1 commit into
developfrom
DEVOPS-1033-update-jira-write-secrets

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Jul 10, 2026

Copy link
Copy Markdown

DEVOPS-1033 - secured access from GitHub to JIRA
DEVOPS-1033: rename the JIRA secrets used by the reusable MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@ workflow's caller:

  • JIRA_USER_EMAIL -> JIRA_USER_EMAIL_WRITE
  • JIRA_API_TOKEN -> JIRA_API_TOKEN_WRITE

This PR was run by a PowerShell script with the help of Copilot.

…WRITE counterparts

Authored using a powershell script with the help of Copilot.
Copilot AI review requested due to automatic review settings July 10, 2026 16:20
@github-actions github-actions Bot changed the title Rename JIRA secrets to their _WRITE counterparts DEVOPS-1033: Rename JIRA secrets to their _WRITE counterparts Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s GitHub Actions caller workflow to pass the renamed JIRA “write” repository secrets into the existing reusable JIRA issue-creation workflow, aligning with DEVOPS-1033’s secured GitHub→JIRA access changes.

Changes:

  • Updated the issue_to_jira.yml workflow to source credentials from JIRA_API_TOKEN_WRITE and JIRA_USER_EMAIL_WRITE repository secrets (while still providing the expected secret names to the reusable workflow).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +21 to +22
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN_WRITE }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL_WRITE }}
@RomFloreani
RomFloreani merged commit 8723075 into develop Jul 10, 2026
13 checks passed
@RomFloreani
RomFloreani deleted the DEVOPS-1033-update-jira-write-secrets branch July 10, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants