Skip to content

Commit 2ed1d91

Browse files
committed
ci: use PAT in CI to trigger subsequent workflows
1 parent 44f8fd7 commit 2ed1d91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
token: ${{ secrets.CI_GITHUB_TOKEN }}
1517
- uses: actions/setup-node@v2
1618
with:
1719
node-version: 14.x

0 commit comments

Comments
 (0)