Skip to content

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

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#212
RomFloreani merged 1 commit into
developfrom
DEVOPS-1033-update-jira-write-secrets

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

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
Contributor

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 GitHub Actions workflow that creates JIRA issues so it passes the renamed repository secrets expected for write access when calling the shared MiraGeoscience/CI-tools reusable workflow.

Changes:

  • Switch secrets.JIRA_API_TOKEN to secrets.JIRA_API_TOKEN_WRITE.
  • Switch secrets.JIRA_USER_EMAIL to secrets.JIRA_USER_EMAIL_WRITE.

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

Comment on lines +20 to +21
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN_WRITE }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL_WRITE }}
@RomFloreani
RomFloreani merged commit 2deafcc into develop Jul 10, 2026
21 checks passed
@RomFloreani
RomFloreani deleted the DEVOPS-1033-update-jira-write-secrets branch July 10, 2026 16:42
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