Skip to content

Commit

Permalink
Replace usage of secrets.SUPPORT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberdvs committed Nov 13, 2023
1 parent fb51c60 commit 5686952
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.SUPPORT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.SUPPORT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
with:
golangci_lint_flags: "--tests=false --exclude-use-default=false --enable-all -D gci -D scopelint -D exhaustivestruct -D wsl -D gomnd -D gochecknoglobals -D lll -D golint -D forbidigo -D ireturn"
level: "warning"
github_token: ${{ secrets.SUPPORT_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
- name: golangci-lint-pr-preview
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false --exclude-use-default=false --enable-all -D gci -D scopelint -D exhaustivestruct -D wsl -D gomnd -D gochecknoglobals -D lll -D golint -D forbidigo -D ireturn"
level: "warning"
github_token: ${{ secrets.SUPPORT_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: aquasecurity/[email protected]
with:
working_directory: terraform
github_token: ${{ secrets.SUPPORT_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5686952

Please sign in to comment.