equinor / completor

Advanced multi-segmented well completion tool
https://equinor.github.io/completor/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

ci(fix): Use PAT for release-please #119

Closed netr0m closed 2 months ago

netr0m commented 2 months ago

Description

Allows workflows to trigger on release-please actions (such as new releases/tags) by using a PAT. Necessary for automated releases, as workflows may not be triggered by actions caused by the 'github-actions' bot (see https://github.com/googleapis/release-please-action?tab=readme-ov-file#github-credentials for details).

Why

To allow automated publish workflow runs (publish.yaml) when release-please creates a new tag (release)

How

How the change is implemented (if it's not self evident in the diff)

Close: #

Checklist:

Before submitting this PR, please make sure: