Skip to content

Commit f4fddeb

Browse files
committed
test
1 parent 4d8685a commit f4fddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
<"template.json" >"kubernetes.json"
5959
6060
- name: build openstack image
61-
run: docker run -i --rm -e PACKER_VAR_FILES -e PACKER_LOG -v ${{ github.workspace }}/images/capi ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
61+
run: docker run -i --rm -e PACKER_VAR_FILES -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} -v ${{ github.workspace }}/images/capi ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
6262
env:
6363
PACKER_VAR_FILES: kubernetes.json
6464
PACKER_LOG: 1

0 commit comments

Comments
 (0)