From 92d2fd9c010ffc39aeaa015fec08467b0ac415bd Mon Sep 17 00:00:00 2001 From: Noooste Date: Sun, 20 Aug 2023 23:10:25 +0200 Subject: [PATCH] [~] set personal token --- .github/workflows/coverage.yml | 2 +- .github/workflows/push.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1c4b517..956c225 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,5 +59,5 @@ jobs: if: steps.verify-changed-files.outputs.files_changed == 'true' uses: ad-m/github-push-action@master with: - github_token: ${{ github.token }} + github_token: ${{ secrets.GIT_TOKEN }} branch: ${{ github.head_ref }} \ No newline at end of file diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bc7d17c..d8d7acc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,3 +13,6 @@ jobs: go-version: '1.x' - name: Run tests run: go test -cover ./... + env: + HTTPS_PROXY: ${{ secrets.HTTPS_PROXY }} + HTTP_PROXY: ${{ secrets.HTTP_PROXY }} \ No newline at end of file