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 c7c4aab commit 67d291e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

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

jobs:
build:
Expand All @@ -33,7 +33,11 @@ jobs:
- name: authenticate with vagrant cloud
run: |
vagrant cloud auth login --check
echo ""
vagrant cloud auth login --token $VAGRANT_CLOUD_TOKEN
echo ""
vagrant cloud auth login --check
- name: vagrant up
run: |
Expand Down

0 comments on commit 67d291e

Please sign in to comment.