Skip to content

Commit

Permalink
Rename secret Github token identifier key
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhsparkala committed Jun 7, 2022
1 parent c37960d commit db21d36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run CLI tests
run: bash src/test/shell/tool/github/run_tests.sh
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
TOKEN: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/fosstars-project-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: SAP/[email protected]
with:
report-branch: fosstars-report
token: "${{ secrets.GITHUB_TOKEN }}"
token: "${{ secrets.FOSSTARS_GITHUB_TOKEN }}"
16 changes: 8 additions & 8 deletions .github/workflows/oss-projects-security-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: other.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
cleanup: Yes
apache:
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: apache.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
eclipse:
runs-on: ubuntu-latest
name: "Eclipse projects"
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: eclipse.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
spring:
runs-on: ubuntu-latest
name: "Spring projects"
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: spring.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
bouncy_castle:
runs-on: ubuntu-latest
name: "Bouncy Castle projects"
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: bouncycastle.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
aws:
runs-on: ubuntu-latest
name: "AWS projects"
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: aws.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
google:
runs-on: ubuntu-latest
name: "Google projects"
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: google.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
jackson:
runs-on: ubuntu-latest
name: "Jackson projects"
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: ./.github/actions/project-security-report-action
with:
config-file: jackson.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FOSSTARS_GITHUB_TOKEN }}
thresholds:
runs-on: ubuntu-latest
name: "Calculate label thresholds"
Expand Down

0 comments on commit db21d36

Please sign in to comment.