mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-19 21:58:51 -04:00
chore: workflow
This commit is contained in:
3
.github/workflows/transfer.yml
vendored
3
.github/workflows/transfer.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_DEFAULT_REGION: us-east-1
|
||||
|
||||
steps:
|
||||
- name: Check out code
|
||||
@@ -16,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Set up transfer file
|
||||
env:
|
||||
DEBUG_PASSWORD: ${{ secrets.APPLE_TEAM_ID }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
run: |
|
||||
echo $APPLE_TEAM_ID >> file.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user