Skip to content

Fix: [AEA-0000] - another permission for tag release#1012

Merged
anthony-nhs merged 3 commits intomainfrom
more_fixes
Mar 18, 2026
Merged

Fix: [AEA-0000] - another permission for tag release#1012
anthony-nhs merged 3 commits intomainfrom
more_fixes

Conversation

@anthony-nhs
Copy link
Contributor

Summary

  • Routine Change

Details

  • another permission for tag

Copilot AI review requested due to automatic review settings March 18, 2026 12:14
@github-actions
Copy link
Contributor

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-0000

@anthony-nhs anthony-nhs merged commit cedea09 into main Mar 18, 2026
6 checks passed
@anthony-nhs anthony-nhs deleted the more_fixes branch March 18, 2026 12:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the release workflow to grant the tag_release job the additional GitHub Actions permissions required for tag creation and OIDC token usage during release tagging.

Changes:

  • Add explicit permissions to the tag_release reusable-workflow job (id-token: write, contents: write).
  • Extend .gitallowed to allow the quoted id-token: 'write' pattern.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/release.yml Adds job-level permissions for the tag_release reusable workflow invocation.
.gitallowed Adds an allowlist entry matching the quoted id-token: 'write' text.

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

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 36 to +37
id-token: 'write'
contents: 'write'
@sonarqubecloud
Copy link

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