Skip to content

Commit 8ad5f4b

Browse files
code updated
1 parent b05e040 commit 8ad5f4b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/Create-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
'@semantic-release/github'
5757
]
5858
env:
59-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
- run: echo ${{ steps.semantic.outputs.release-version }}
6161

6262
- run: echo "$OUTPUTS"

.github/workflows/azure-dev-validation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Azure Template Validation
22
on:
3-
push:
4-
branches:
5-
- dev
6-
- main
73
workflow_dispatch:
84

95
permissions:

0 commit comments

Comments
 (0)