Skip to content

build: fix publish flow#60

Open
kikoso wants to merge 1 commit intogooglemaps:mainfrom
kikoso:build/fix-publish-flow
Open

build: fix publish flow#60
kikoso wants to merge 1 commit intogooglemaps:mainfrom
kikoso:build/fix-publish-flow

Conversation

@kikoso
Copy link
Contributor

@kikoso kikoso commented Dec 27, 2025

This PR adds the required id-token: write permission at the appropriate level, allowing the publishing workflow to run successfully.

There are currently no proper ways to run the GitHub actions locally before testing them, like act, which works half of the time, so it is a bit of a painful process. This can be verified by an admin by triggering the Release Please workflow or manually triggering the Publish workflow on a branch and checking if it fails with the same permission error.


Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #59 🦕

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix publishing flow

1 participant