Skip to content

Commit 3be3b20

Browse files
committed
Switch tokens used
1 parent cc6bbc4 commit 3be3b20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: github.event.deployment.environment == 'production'
88
runs-on: ubuntu-latest
99
env:
10-
GITHUB_TOKEN: '${{ secrets.GAUGEBOT_GITHUB_TOKEN }}'
10+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -43,6 +43,8 @@ jobs:
4343
gh release create --title "Gauge JSON Report v${version}" --notes-file ./desc.txt "v${version}" deploy/*
4444
4545
- name: Update metadata in gauge-repository
46+
env:
47+
GITHUB_TOKEN: '${{ secrets.GAUGEBOT_GITHUB_TOKEN }}'
4648
run: |
4749
git clone https://github.com/getgauge/gauge-repository.git
4850
cd gauge-repository

0 commit comments

Comments
 (0)