Skip to content

Commit

Permalink
switch token order (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClifford authored Dec 7, 2022
1 parent 95358f9 commit fb8f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/predict-ttm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
CEPH_BUCKET_PREFIX: ${{ github.event.client_payload.PREFIX|| secrets.CEPH_BUCKET_PREFIX }}
CEPH_KEY_ID: ${{ github.event.client_payload.AWS_ACCESS_KEY_ID || secrets.AWS_ACCESS_KEY_ID }}
CEPH_SECRET_KEY: ${{ github.event.client_payload.AWS_SECRET_ACCESS_KEY || secrets.AWS_SECRET_ACCESS_KEY }}
GITHUB_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN || secrets.ACCESS_TOKEN }}
# Setting mode by default as 0, this will only run inference mode and if defined as 1 will train and run inference.
MODE: 0
REMOTE: 1
Expand Down

0 comments on commit fb8f541

Please sign in to comment.