We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbae3de commit 7f78302Copy full SHA for 7f78302
.github/workflows/release.yaml
@@ -13,11 +13,6 @@ jobs:
13
release:
14
runs-on: ubuntu-latest
15
16
- env:
17
- GH_TOKEN: ${{ secrets.GH_PAT }}
18
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
19
- VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
20
-
21
steps:
22
- uses: actions/checkout@v3
23
with:
@@ -36,6 +31,10 @@ jobs:
36
31
37
32
- name: 'Semantic Release'
38
33
run: npx semantic-release
34
+ env:
35
+ GH_TOKEN: ${{ secrets.GH_PAT }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
39
40
synchronise:
41
needs: release
@@ -53,3 +52,7 @@ jobs:
53
52
git pull
54
git merge main
55
git push
56
57
58
0 commit comments