Skip to content

Commit

Permalink
ci: Switch to Github PAT for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 9, 2023
1 parent a7d1f25 commit 48730e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DEVOPS_TOKEN }}
release-type: ruby
version-file: lib/devise/auth0/version.rb
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"docs","section":"Documentation","hidden":true},{"type":"test","section":"Tests","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"ci","section":"Miscellaneous","hidden":true}]'
Expand All @@ -106,7 +106,7 @@ jobs:
env:
MAJOR_VERSION: ${{ steps.release.outputs.major }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.DEVOPS_TOKEN }}
script: |
github.rest.git.updateRef({
owner: context.repo.owner,
Expand Down

0 comments on commit 48730e8

Please sign in to comment.