Skip to content

Commit

Permalink
expose env vars in action
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 1, 2024
1 parent db35a7a commit b0d5633
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rclone_docker_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:
run: docker pull ghcr.io/catalystneuro/rclone_with_config:latest
- name: Run docker tests
run: pytest tests/docker_rclone_with_config_cli.py -vv -rsx
env:
RCLONE_DRIVE_ACCESS_TOKEN: ${{ secrets.RCLONE_DRIVE_ACCESS_TOKEN }}
RCLONE_DRIVE_REFRESH_TOKEN: ${{ secrets.RCLONE_DRIVE_REFRESH_TOKEN }}
RCLONE_EXPIRY_TOKEN: ${{ secrets.RCLONE_EXPIRY_TOKEN }}

0 comments on commit b0d5633

Please sign in to comment.