Skip to content

Commit a481edf

Browse files
authored
Set PACKER_GITHUB_API_TOKEN
1 parent 3f1efa8 commit a481edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-image-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
concurrency: ${{ github.ref }}
2222
runs-on: ubuntu-20.04
2323
env:
24+
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2425
ANSIBLE_FORCE_COLOR: True
2526
OS_CLOUD: openstack
2627
OS_CLIENT_CONFIG_FILE: ${{ github.workspace }}/clouds.yaml

0 commit comments

Comments
 (0)