Skip to content

Commit 3d05a1e

Browse files
authored
Add Github token and fix github runner (#172)
1 parent 6b0ae6d commit 3d05a1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565

6666
- name: Build and push Docker image
6767
id: build_image
68+
env:
69+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6870
run: |
6971
IMAGE_PATH="${{ env.REGISTRY }}/${{ env.FOLDER_NAME }}${{ env.BRANCH_FOLDER }}/driver"
7072
# On main, use the latest release tag matching [0-9].[0-9].[0-9].

0 commit comments

Comments
 (0)