We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1efa8 commit a481edfCopy full SHA for a481edf
.github/workflows/build-image-deploy.yml
@@ -21,6 +21,7 @@ jobs:
21
concurrency: ${{ github.ref }}
22
runs-on: ubuntu-20.04
23
env:
24
+ PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
ANSIBLE_FORCE_COLOR: True
26
OS_CLOUD: openstack
27
OS_CLIENT_CONFIG_FILE: ${{ github.workspace }}/clouds.yaml
0 commit comments