parent
ab2d0f551b
commit
b5e3607b26
@ -15,6 +15,9 @@ jobs:
|
||||
- name: test secrets
|
||||
run: echo $secrets.APPLICATION_KEY_ID
|
||||
- name: Run script
|
||||
env:
|
||||
APPLICATION_KEY: ${{ secrets.APPLICATION_KEY }}
|
||||
APPLICATION_KEY_ID: ${{ secrets.APPLICATION_KEY_ID }}
|
||||
run: python3 script.py
|
||||
- name: Upload build artifacts
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user