From 01684173f3a0403aa08ea7439c1e96e11cfc6e3b Mon Sep 17 00:00:00 2001 From: Michele Sciabarra Date: Wed, 15 May 2024 11:29:27 +0200 Subject: [PATCH] image build --- .github/workflows/image.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 1c0c7af2..b5d89b7f 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -31,11 +31,15 @@ jobs: build: name: Build runs-on: ubuntu-latest + env: + MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} + MY_GITHUB_USER: ${{ secrets.MY_GITHUB_USER }} + MY_GITHUB_REGISTRY: ${{ secrets.MY_GITHUB_REGISTRY }} steps: - name: Checkout recursive uses: actions/checkout@v2 - #- name: License check - # uses: apache/skywalking-eyes@main + - name: License check + uses: apache/skywalking-eyes@main # continue-on-error: true - name: Task run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin