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

Commit b5fd0ed

Browse files
authored
chore: use private token for release-please (#139)
1 parent 0b4115c commit b5fd0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: GoogleCloudPlatform/release-please-action@v2
1111
id: release
1212
with:
13-
token: ${{ secrets.GITHUB_TOKEN }}
13+
token: ${{secrets.RELEASE_PR_TOKEN}}
1414
release-type: node
1515
package-name: "@opentelemetry/api"
1616
# The logic below handles the npm publication:

0 commit comments

Comments
 (0)