From e2daca46158f08f53fa384736a172ca15e0f8ebc Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Sun, 13 Sep 2020 20:25:15 +0000 Subject: [PATCH] Update CI configs to v0.4.6 Update lint scripts and CI configs. --- .github/workflows/renovate-go-mod-fix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-go-mod-fix.yaml b/.github/workflows/renovate-go-mod-fix.yaml index 451fd7d..46d2d04 100644 --- a/.github/workflows/renovate-go-mod-fix.yaml +++ b/.github/workflows/renovate-go-mod-fix.yaml @@ -28,6 +28,6 @@ jobs: with: git_user: Pion Bot git_email: 59523206+pionbot@users.noreply.github.com - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PIONBOT_PRIVATE_KEY }} commit_style: squash push: force