Skip to content

Commit 08d7962

Browse files
author
flowcore-platform
committed
fix(release): ✨ add GitHub token to release-please configuration
1 parent 1fa6329 commit 08d7962

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
# Package name for releases
2828
package-name: usable-pr-validator
29+
30+
# Github Token
31+
token: ${{ secrets.FLOWCORE_MACHINE_GITHUB_TOKEN }}
2932

3033
# Include these types in changelog
3134
changelog-types: |

0 commit comments

Comments
 (0)