Skip to content

Commit

Permalink
Merge pull request #281 from trussworks/barry-switchback-to-gh-token
Browse files Browse the repository at this point in the history
ci: new token rather than built-in token
  • Loading branch information
esacteksab authored Mar 6, 2023
2 parents a21bdde + f17142c commit 8bc9b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
goreleaser:
runs-on: macos-10.15
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -24,4 +24,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v1.51.2
hooks:
- id: golangci-lint

entry: golangci-lint run --fix --timeout 300s
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down

0 comments on commit 8bc9b01

Please sign in to comment.