We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4063b00 commit a31e6bcCopy full SHA for a31e6bc
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,12 @@ on:
6
schedule:
7
- cron: '20 16 * * *'
8
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
+
15
jobs:
16
tutorial:
17
name: Build tutorial
0 commit comments