Skip to content

Commit

Permalink
update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther committed Jan 13, 2024
1 parent ba0d3f3 commit 6a8d805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Create Vagrant Cloud Box
run: curl "https://vagrantcloud.com/api/v2/box/nixbox/nixos/version/${GITHUB_REF#refs/heads/nixos-}/provider/virtualbox/amd64/upload?access_token=${{ secrets.ATLAS_TOKEN }}"

- name: Setup `packer`
uses: hashicorp/setup-packer@main
id: setup
Expand Down

0 comments on commit 6a8d805

Please sign in to comment.