diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index af562a809..e0f866b88 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -174,6 +174,8 @@ jobs: - v1.25 steps: - uses: extractions/setup-just@95b912dc5d3ed106a72907f2f9b91e76d60bdb76 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a @@ -353,6 +355,8 @@ jobs: - v1.25 steps: - uses: extractions/setup-just@95b912dc5d3ed106a72907f2f9b91e76d60bdb76 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: go-version: '1.18' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f6628181..550769337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -214,6 +214,8 @@ jobs: echo "CMD=$CMD" >> "$GITHUB_ENV" "$CMD" version --client - uses: extractions/setup-just@95b912dc5d3ed106a72907f2f9b91e76d60bdb76 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: azure/setup-kubectl@e1be5e75ed9741a7c467f4832ecb259a83174311 - name: Setup k3d run: |