Skip to content

Commit 919d16d

Browse files
commit
1 parent 2a10da3 commit 919d16d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/azd-template-validation.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: AZD Template Validation
22
on:
3-
push:
4-
branches:
5-
- psl-content-gen-templatev
63
schedule:
74
- cron: '30 1 * * 4' # Every Thursday at 7:00 AM IST (1:30 AM UTC)
85
workflow_dispatch:
@@ -16,7 +13,8 @@ jobs:
1613
runs-on: ubuntu-latest
1714
environment: production
1815
name: azd template validation
19-
16+
env:
17+
GH_TOKEN: ${{ github.token }}
2018
steps:
2119
- uses: actions/checkout@v4
2220

0 commit comments

Comments
 (0)