Skip to content

Commit 34df412

Browse files
committed
fix Metal token env var name
1 parent 7a6d2d7 commit 34df412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ansible-tests-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
run: make testall
6767
working-directory: .ansible/collections/ansible_collections/equinix/cloud
6868
env:
69-
METAL_API_TOKEN: ${{ secrets.METAL_API_TOKEN }}
69+
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}
7070

0 commit comments

Comments
 (0)