fix(ci): add id-token permission for pr-notify workflow#72
Merged
alexs-mparticle merged 1 commit intomainfrom Mar 23, 2026
Merged
fix(ci): add id-token permission for pr-notify workflow#72alexs-mparticle merged 1 commit intomainfrom
alexs-mparticle merged 1 commit intomainfrom
Conversation
The reusable oss_pr_opened_notification workflow requests id-token: write, but the calling workflow did not grant it, causing the workflow to fail.
crisryantan
approved these changes
Mar 23, 2026
khushi1033
approved these changes
Mar 23, 2026
rmi22186
approved these changes
Mar 23, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Mar 24, 2026
# [1.18.0](v1.17.0...v1.18.0) (2026-03-24) ### Bug Fixes * **ci:** add contents read permission for pr-notify workflow ([#73](#73)) ([7c84013](7c84013)) * **ci:** add id-token permission for pr-notify workflow ([#72](#72)) ([fa278ff](fa278ff)) ### Features * pass mParticle session ID to Rokt SDK on launcher creation ([#74](#74)) ([1a5b591](1a5b591)) * sync Rokt session ID to mParticle via setIntegrationAttribute ([#67](#67)) ([021b2a5](021b2a5))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
oss_pr_opened_notification.ymlworkflow fromROKT/rokt-workflowsrequestsid-token: write, but the calling workflow didn't grant it, defaulting toid-token: nonepermissions: id-token: writeto thepr-notifyjob to match what the reusable workflow expectsTest plan
Reusable Workflowscheck no longer fails with theid-tokenpermission error on new PRs