Skip to content

Commit

Permalink
fix: rename token
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed May 21, 2024
1 parent bd11a15 commit 3b5aecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual Trigger
name: Release (Manual Trigger)

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ jobs:
- name: Increment version
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
release-type: python
skip-github-releases: false
skip-github-pull-request: true
Expand Down

0 comments on commit 3b5aecf

Please sign in to comment.