Skip to content

Commit 5453965

Browse files
committed
export GITHUB_TOKEN for volare
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
1 parent 7fabe53 commit 5453965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Setup Dependencies
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1214
run: |
1315
make setup
1416
- name: Run RTL Verification

0 commit comments

Comments
 (0)