Skip to content

Commit

Permalink
ACS-6309 Check if with wrong report portal secret token whole flow st…
Browse files Browse the repository at this point in the history
…ill works
  • Loading branch information
wojtekswieton committed Mar 20, 2024
1 parent 06ceb6e commit f2e58f2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -638,7 +638,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -804,7 +804,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -902,7 +902,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -967,7 +967,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -1034,7 +1034,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -1102,7 +1102,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down Expand Up @@ -1172,7 +1172,7 @@ jobs:
id: rp-prepare
with:
rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }}
rp-token: ${{ secrets.REPORT_PORTAL_TOKEN }}
rp-token: ${{ secrets.SECRET_THAT_DOES_NOT_EXIST }}
rp-project: ${{ env.RP_PROJECT }}
rp-use-static-launch-name: true
- name: "Add GitHub Step Summary"
Expand Down

0 comments on commit f2e58f2

Please sign in to comment.