Skip to content

Commit 673057a

Browse files
committed
Add env variable to GitHub action
1 parent 0d44381 commit 673057a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
12+
env:
13+
PAPERSWITHCODE_API_TOKEN: ${{ secrets.PAPERSWITHCODE_API_TOKEN }}
14+
1115
steps:
1216
- uses: actions/checkout@v2
1317
- name: Set up Go 1.16

0 commit comments

Comments
 (0)