Skip to content

Commit da249d4

Browse files
authored
ci: add token for release-please (#44)
1 parent 80be7f6 commit da249d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Build
2+
13
on:
24
pull_request:
35
types: [opened, synchronize, reopened]

.github/workflows/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
- uses: googleapis/release-please-action@v4
1717
with:
1818
release-type: php
19+
token: '${{ secrets.RELEASE_PLEASE_TOKEN }}'

0 commit comments

Comments
 (0)