Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb994 authored Jul 1, 2024
1 parent e5bbbed commit 1b51675
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- '152-build-on-github-actions'
workflow_dispatch:

env:
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
GITHUB_KEY: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -32,6 +28,9 @@ jobs:
vagrant plugin install vagrant-disksize
- name: vagrant up
env:
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
GITHUB_KEY: ${{ secrets.GITHUB_TOKEN }}
run: vagrant up

- name: vagrant halt
Expand Down

0 comments on commit 1b51675

Please sign in to comment.