Skip to content

Commit

Permalink
passing token through secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi authored Feb 29, 2024
1 parent 60e1a3d commit 1e799a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
poetry-extras: "--with dev"
secrets: inherit
secrets:
IBMQ_TOKEN: ${{ secrets.IBMQ_TOKEN }}

0 comments on commit 1e799a5

Please sign in to comment.