Skip to content

Commit

Permalink
ci(github): add CRED var before kitchen test
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Jan 29, 2024
1 parent 01edecb commit 3a6f9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/salt-kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
apt: vagrant virtualbox
- name: Run kitchen test
run: |
bundle exec kitchen test ${{ matrix.instances }}
CRED="export HETZNER_TOKEN=${{ secrets.HETZNER_TOKEN }}" bundle exec kitchen test ${{ matrix.instances }}

0 comments on commit 3a6f9cd

Please sign in to comment.