Skip to content

Commit

Permalink
Amnesia
Browse files Browse the repository at this point in the history
  • Loading branch information
gioxx authored Dec 3, 2024
1 parent 97149ce commit 75bbe74
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/amnesia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Amnesia
on:
workflow_dispatch:

jobs:
debug:
name: Debug
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/[email protected]

- name: Set up secret file
env:
CLIENT_ID: ${{ secrets.CLIENT_ID}}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET}}
NEW_MUSIC_FRIDAY_DANCE_ID: ${{ secrets.NEW_MUSIC_FRIDAY_DANCE_ID}}
NEW_MUSIC_FRIDAY_ID: ${{ secrets.NEW_MUSIC_FRIDAY_ID}}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN}}
SAVE_TO_ID: ${{ secrets.SAVE_TO_ID}}
USER_ID: ${{ secrets.USER_ID}}
run: |
echo $CLIENT_ID >> secrets.txt
echo $CLIENT_SECRET >> secrets.txt
echo $NEW_MUSIC_FRIDAY_DANCE_ID >> secrets.txt
echo $NEW_MUSIC_FRIDAY_ID >> secrets.txt
echo $REFRESH_TOKEN >> secrets.txt
echo $SAVE_TO_ID >> secrets.txt
echo $USER_ID >> secrets.txt
- name: Run tmate
uses: mxschmitt/[email protected]

0 comments on commit 75bbe74

Please sign in to comment.