Skip to content

Commit

Permalink
Fix VAGRANTUP_ACCESS_TOKEN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 2, 2019
1 parent e106639 commit cd0038e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
PACKER_IMAGES_OUTPUT_DIR: /var/tmp/packer-templates-images
LOGDIR: /var/tmp/packer-templates-logs
VAGRANTUP_USER: peru
VAGRANTUP_ACCESS_TOKEN: ${{ secrets.VAGRANTUP_ACCESS_TOKEN }}
# PACKER_RUN_TIMEOUT: 18000
# USE_DOCKERIZED_PACKER: "true"
# PACKER_LOG: 1
# VAGRANT_LOG: info

strategy:
max-parallel: 1
matrix:
Expand Down

0 comments on commit cd0038e

Please sign in to comment.