Skip to content

Commit

Permalink
ci: subscription, read DO keys from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 24, 2024
1 parent 1b00667 commit 273f2cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/subscription.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- name: Sync stable to subscription
- shell: bash
env:
DO_SPACE_ACCESS_KEY: ${{ secrets.DO_SPACE_ACCESS_KEY }}
DO_SPACE_SECRET_KEY: ${{ secrets.DO_SPACE_SECRET_KEY }}
run: |
cat <<EOF > rclone.conf
[spaces]
Expand Down

0 comments on commit 273f2cf

Please sign in to comment.