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 cc6bbc4 commit 3be3b20Copy full SHA for 3be3b20
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ jobs:
7
if: github.event.deployment.environment == 'production'
8
runs-on: ubuntu-latest
9
env:
10
- GITHUB_TOKEN: '${{ secrets.GAUGEBOT_GITHUB_TOKEN }}'
+ GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
11
12
steps:
13
- uses: actions/checkout@v4
@@ -43,6 +43,8 @@ jobs:
43
gh release create --title "Gauge JSON Report v${version}" --notes-file ./desc.txt "v${version}" deploy/*
44
45
- name: Update metadata in gauge-repository
46
+ env:
47
+ GITHUB_TOKEN: '${{ secrets.GAUGEBOT_GITHUB_TOKEN }}'
48
run: |
49
git clone https://github.com/getgauge/gauge-repository.git
50
cd gauge-repository
0 commit comments