Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 4dd57bb

Browse files
authored
Merge pull request #438 from grafana/20221130_fix-ci-secret-main
Fix token reference in test workflow
2 parents f2de732 + a2bc9ad commit 4dd57bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
uses: actions/checkout@v2
185185
- name: Deploy to phlare-dev-001
186186
run: |
187-
git config --global url."https://grafanabot:${{ secrets.GRAFANABOT_PAT }}@github.com/grafana/deployment_tools".insteadOf "https://github.com/grafana/deployment_tools"
187+
git config --global url."https://grafanabot:${{ secrets.GH_BOT_ACCESS_TOKEN }}@github.com/grafana/deployment_tools".insteadOf "https://github.com/grafana/deployment_tools"
188188
make docker-image/phlare/deploy-dev-001
189189
env:
190190
GITHUB_TOKEN: ${{ secrets.GH_BOT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)