Skip to content

Commit 9cca200

Browse files
committed
fix(ci): add GITHUB_TOKEN env to build workflow check
1 parent e256b2d commit 9cca200

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Verify build workflow passed
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
run: |
2729
echo "Checking if build workflow passed for commit ${{ github.sha }}..."
2830

0 commit comments

Comments
 (0)