Skip to content

Commit

Permalink
correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshi-mantu committed Oct 17, 2024
1 parent 7630270 commit 34d2a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
uses: allure-framework/[email protected]
with:
allure-endpoint: https://demo.testops.cloud
allure-token: ${{ secrets.ALLURE_TOKEN }}
allure-token: ${{ secrets.TESTING_ALLURE_TOKEN }}
allure-project-id: 276
allurectl-version: 2.15.1

- name: Create testplan.json
- name: Create testplan.json
shell: bash
run: |
if [ -z "${{ inputs.ALLURE_JOB_RUN_ID }}" ]; then
Expand Down

0 comments on commit 34d2a52

Please sign in to comment.