Skip to content

Commit

Permalink
build(gha): switch to pat token
Browse files Browse the repository at this point in the history
  • Loading branch information
mydigia authored Nov 14, 2023
1 parent d153ea1 commit 799cfec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
branches:
- master

permissions:
contents: write
pull-requests: write

name: release-please
jobs:
release-please:
Expand All @@ -16,6 +12,7 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GH_REPO_ACCESS }}
release-type: node
package-name: dc-cli
bump-minor-pre-major: true
Expand Down

0 comments on commit 799cfec

Please sign in to comment.