From db21d36cdcea08f5bb0b7c3a1ec2796a3ce5b98d Mon Sep 17 00:00:00 2001 From: Sourabh Sarvotham Parkala Date: Tue, 7 Jun 2022 13:44:59 +0200 Subject: [PATCH] Rename secret Github token identifier key --- .github/workflows/cli-tests.yml | 2 +- .github/workflows/fosstars-project-report.yml | 2 +- .../workflows/oss-projects-security-report.yml | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index b0b41e6fa..684ec8d9c 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -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 }} diff --git a/.github/workflows/fosstars-project-report.yml b/.github/workflows/fosstars-project-report.yml index fe1ff5b8d..ae8b2cd8d 100644 --- a/.github/workflows/fosstars-project-report.yml +++ b/.github/workflows/fosstars-project-report.yml @@ -13,4 +13,4 @@ jobs: - uses: SAP/fosstars-rating-core-action@v1.4.0 with: report-branch: fosstars-report - token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.FOSSTARS_GITHUB_TOKEN }}" diff --git a/.github/workflows/oss-projects-security-report.yml b/.github/workflows/oss-projects-security-report.yml index 02b7d872a..fce12662c 100644 --- a/.github/workflows/oss-projects-security-report.yml +++ b/.github/workflows/oss-projects-security-report.yml @@ -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 @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"