Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 30, 2023
1 parent a32e70b commit 273d817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ jobs:
transport-interop
]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# https://docs.npmjs.com/generating-provenance-statements
permissions:
contents: write
id-token: write
Expand All @@ -227,7 +226,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
command: manifest
release-type: node
manifest-file: .release-please-manifest.json
Expand Down

0 comments on commit 273d817

Please sign in to comment.