Skip to content

Commit

Permalink
try granting access to token via environment
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 17, 2024
1 parent 4a40f23 commit 03bc3ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
python-version: '3.11'
- name: Install dependencies
env:
super_secret: ${{ secrets.PAPYRUS_ACCESS }}
run: |
sudo apt install pandoc
pip install -r dev-requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nbtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
env:
super_secret: ${{ secrets.PAPYRUS_ACCESS }}
with:
python-version: "3.11"
- name: Install dev requirements
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
env:
super_secret: ${{ secrets.PAPYRUS_ACCESS }}
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 03bc3ea

Please sign in to comment.