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 7beb779 commit 02c28a9Copy full SHA for 02c28a9
.github/workflows/update-contributors.yml
@@ -10,15 +10,15 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
- with:
14
- # these are credentials for https://github.com/pyroscopebot
15
- token: ${{ secrets.BOT_GITHUB_TOKEN }}
16
- uses: actions/setup-go@v5
17
with:
18
go-version: '1.22'
19
- name: Update contributors
20
run: make update-contributors
21
+ - name: Update git credentials
+ run: git remote set-url origin https://x-access-token:${{ secrets.BOT_GITHUB_TOKEN }}@github.com/${{ github.repository }}
+
22
- uses: stefanzweifel/git-auto-commit-action@v5
23
24
commit_user_name: Pyroscope Bot
0 commit comments