Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
chore: use private token for release-please (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Dec 9, 2021
1 parent 0b4115c commit b5fd0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{secrets.RELEASE_PR_TOKEN}}
release-type: node
package-name: "@opentelemetry/api"
# The logic below handles the npm publication:
Expand Down

0 comments on commit b5fd0ed

Please sign in to comment.