Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

CI fails to tag releases #765

Closed
jonnyandrew opened this issue Aug 15, 2023 · 2 comments
Closed

CI fails to tag releases #765

jonnyandrew opened this issue Aug 15, 2023 · 2 comments

Comments

@jonnyandrew
Copy link
Contributor

Problem

The CI job to tag releases fails with an error:

Run mathieudutour/[email protected]
New version is 2.5.0.
New tag after applying prefix is 2.5.0.
Changelog is ## [2.5.0](https://github.com/matrix-org/matrix-rich-text-editor/compare/2.4.1...2.5.0) (2023-08-11)

.
Error: Not Found

Possible solution

  • Possibly related to on PR getting Error: Not Found mathieudutour/github-tag-action#165
  • Replace the secrets.PAT variable with a token that has the right permissions.
    • If the default secrets.GITHUB_TOKEN is in permissive mode (i.e. has read/write) permissions then we may remove the config to use this.
    • If the default secrets.GITHUB_TOKEN is in restricted mode, then replace secrets.PAT with a new token with the correct permissions (repository write permissions).
@jonnyandrew
Copy link
Contributor Author

cc @langleyd who I believe has access to manage Github secrets

@jonnyandrew
Copy link
Contributor Author

Fixed in e1f1657

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant