Skip to content

Commit 6cec08f

Browse files
ci: use GH token for release please
1 parent f7f53ee commit 6cec08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: googleapis/release-please-action@v4
2020
id: release
2121
with:
22-
# This should match your package name in pyproject.toml
2322
release-type: python
2423
package-name: altertable-flightsql
24+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 commit comments

Comments
 (0)