-
Notifications
You must be signed in to change notification settings - Fork 858
Open
Description
Release process is not able to trigger automation on contrib repository.
Run Import-Module .\build\scripts\post-release.psm1
Import-Module .\build\scripts\post-release.psm1
InvokeCoreVersionUpdateWorkflowInRemoteRepository `
-remoteGitRepository ${env:CONTRIB_REPO} `
-tag ${env:TAG}
shell: /usr/bin/pwsh -command ". '{0}'"
env:
DOTNET_ROOT: /usr/share/dotnet
GH_TOKEN: ***
CONTRIB_REPO: open-telemetry/opentelemetry-dotnet-contrib
TAG: coreunstable-1.13.0-beta.1
could not create workflow dispatch event: HTTP 403: Resource not accessible by integration (https://api.github.com/repos/open-telemetry/opentelemetry-dotnet-contrib/actions/workflows/99095246/dispatches)
Ref: https://github.com/open-telemetry/opentelemetry-dotnet/actions/runs/18158871797/job/51684993262
I suppose that it is related to the fact that we have 2 separate application/set of privileges in that repositories.
Metadata
Metadata
Assignees
Labels
No labels