Skip to content

Commit

Permalink
fix the script
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Sep 6, 2024
1 parent 7f9e132 commit d5ad84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
cd ./.build/digitalocean
chmod +x -R ./files/var/lib/cloud/scripts
packer plugins install github.com/digitalocean/digitalocean
export DIGITALOCEAN_TOKEN=${{ secrets.DIGITALOCEAN_TOKEN }}
packer validate marketplace-image.json
packer build marketplace-image.json

0 comments on commit d5ad84e

Please sign in to comment.