From 78a9c2d3c8e60339de9b4c6c96e5b829b99640cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 28 Nov 2023 17:49:10 +0100 Subject: [PATCH] CI updates This is done by the automated script named upgrade-c2cciutils-to-1.7 --- .github/workflows/audit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 7e179dd5f1..7d776698aa 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -72,3 +72,5 @@ jobs: - name: Update dpkg packages versions run: ~/.venv/bin/c2cciutils-docker-versions-update --branch=${{ matrix.branch }} if: steps.dpkg-versions.outputs.files_exists == 'true' + env: + GITHUB_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}