Skip to content

Commit

Permalink
[~] set personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Aug 20, 2023
1 parent baa77fd commit 92d2fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 92d2fd9

Please sign in to comment.