Skip to content

Commit a31e6bc

Browse files
authored
workflow: add CI token
1 parent 4063b00 commit a31e6bc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
schedule:
77
- cron: '20 16 * * *'
88

9+
# Set a new GitHub Actions Secret named IAR_LMS_BEARER_TOKEN
10+
# for your repository. The secret is then propagated to an
11+
# Environment variable used for all jobs within this workflow
12+
env:
13+
IAR_LMS_BEARER_TOKEN: ${{ secrets.IAR_LMS_BEARER_TOKEN }}
14+
915
jobs:
1016
tutorial:
1117
name: Build tutorial

0 commit comments

Comments
 (0)