Skip to content

Commit

Permalink
Change digitalocean token name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspnas committed Dec 1, 2023
1 parent 2936ae9 commit 7385e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
S3_BUCKET: ${{ secrets.DATE_CONFIG_BUCKET }}
S3_KEY: ${{ secrets.DATE_FUNCTIONS_ENV }}
run: |
aws s3api get-object --bucket $S3_BUCKET --key $S3_KEY .env --debug
aws s3api get-object --bucket $S3_BUCKET --key $S3_KEY .env
- name: Set up DigitalOcean CLI
uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
token: ${{ secrets.DIGITALOCEAN_TOKEN }}

- name: Setup serverless
run: |
Expand Down

0 comments on commit 7385e66

Please sign in to comment.