Skip to content

Update apm-action to v1.4.1 to fix per-dependency authentication #23178

Description

@danielmeppiel

A bug in apm-action v1.4.0 was overriding app-minted tokens with the workflow's default GITHUB_TOKEN.

Update to apm-action v1.4.1 to fix authentication per dependency via GitHub Apps.

Once fixed this scenario will work again:

dependencies:
  github-app:
    app-id: ${{ vars.APP_ID }}
    private-key: ${{ secrets.APP_PRIVATE_KEY }}
    owner: "SOME-ORG"
    repositories: ["*"]
  packages:
    - SOME-ORG/Some-Claude-Marketplace/plugins/essentials

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions