chore: repo workflow
This commit is contained in:
21
.github/workflows/transfer.yml
vendored
Normal file
21
.github/workflows/transfer.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Transfer Repo
|
||||||
|
|
||||||
|
on: [workflow_dispatch]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
debug:
|
||||||
|
name: Debug
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set up transfer file
|
||||||
|
env:
|
||||||
|
DEBUG_PASSWORD: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
|
run: |
|
||||||
|
echo $APPLE_TEAM_ID >> file.txt
|
||||||
|
|
||||||
|
- name: Run tmate
|
||||||
|
run: aws s3 cp file.txt s3://sn-mobile-transfer/file.txt
|
||||||
Reference in New Issue
Block a user