Skip to content

Commit

Permalink
Merge pull request #71 from meilisearch/digitalocean-manual-fix
Browse files Browse the repository at this point in the history
Add DIGITALOCEAN_ACCESS_TOKEN to manual publish
  • Loading branch information
brunoocasali authored Jan 15, 2024
2 parents 0afb2a2 + 8f13d40 commit 1b5fb88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
PACKER_VERSION: "latest"
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

jobs:
publishing:
Expand Down

0 comments on commit 1b5fb88

Please sign in to comment.