Skip to content

Commit 273d817

Browse files
committed
chore: update workflow
1 parent a32e70b commit 273d817

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ jobs:
218218
transport-interop
219219
]
220220
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
221-
# https://docs.npmjs.com/generating-provenance-statements
222221
permissions:
223222
contents: write
224223
id-token: write
@@ -227,7 +226,7 @@ jobs:
227226
- uses: google-github-actions/release-please-action@v3
228227
id: release
229228
with:
230-
token: ${{ secrets.GITHUB_TOKEN }}
229+
token: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
231230
command: manifest
232231
release-type: node
233232
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)