Skip to content

Commit

Permalink
Merge pull request #279 from solarwinds/cc/NH-37575
Browse files Browse the repository at this point in the history
NH-37575: use default token
  • Loading branch information
cleverchuk authored Nov 6, 2024
2 parents 8030d81 + 5858198 commit cb24db5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ on:
schedule:
- cron: '0 7 * * 1'

env:
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}

jobs:
analyze:
name: Analyze
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
SWO_EMAIL: ${{ secrets.SWO_EMAIL }}
SWO_PWORD: ${{ secrets.SWO_PWORD }}
STAGE_BUCKET: ${{ secrets.STAGE_BUCKET }}
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_TOKEN: ${{ secrets.SONATYPE_TOKEN }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ permissions:
env:
GITHUB_USERNAME: ${{ github.actor }}
PROD_BUCKET: ${{ secrets.PROD_BUCKET }}
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}

jobs:
maven_release:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rlscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
permissions:
contents: read

env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}

jobs:
reversing_lab_scan_agent:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb24db5

Please sign in to comment.