Skip to content

Commit

Permalink
ci: Update GITHUB_TOKEN for semantic-release (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Feb 22, 2024
1 parent 720f2cd commit f4a92df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
RELEASE_PUBLISHED: ${{ steps.semantic-release.outputs.RELEASE_PUBLISHED }}
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -28,7 +24,7 @@ jobs:
- name: Release
id: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
run: |
npm install
Expand Down

0 comments on commit f4a92df

Please sign in to comment.