Skip to content

Commit

Permalink
Adapted to new cicd-with-script workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jan 2, 2024
1 parent 3117ab2 commit 62b2cdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
# See https://github.com/actions/virtual-environments/issues/433 for more
# information
runs-on: macos-12
env: >
script: >
brew install coreutils;
BOX_AUTHOR=dmotte BOX_NAME=k3sbox
BOX_DESCRIPTION='Debian Vagrant box with K3s
(github.com/dmotte/vagrant-k3sbox)'
path: $GITHUB_ACTION_PATH/../../scripts/cicd/vagrant-box.sh
bash "$(realpath "$GITHUB_ACTION_PATH/../../scripts/cicd/vagrant-box.sh")"
secrets:
secret01: ${{ secrets.VAGRANTCLOUD_TOKEN }}

0 comments on commit 62b2cdd

Please sign in to comment.