We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a10da3 commit 919d16dCopy full SHA for 919d16d
1 file changed
.github/workflows/azd-template-validation.yml
@@ -1,8 +1,5 @@
1
name: AZD Template Validation
2
on:
3
- push:
4
- branches:
5
- - psl-content-gen-templatev
6
schedule:
7
- cron: '30 1 * * 4' # Every Thursday at 7:00 AM IST (1:30 AM UTC)
8
workflow_dispatch:
@@ -16,7 +13,8 @@ jobs:
16
13
runs-on: ubuntu-latest
17
14
environment: production
18
15
name: azd template validation
19
-
+ env:
+ GH_TOKEN: ${{ github.token }}
20
steps:
21
- uses: actions/checkout@v4
22
0 commit comments