Skip to content

[infra/bug] Release process does not trigger update on contrib #6556

@Kielek

Description

@Kielek

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions