From 5bddd340e7d8ae703b0007b77b501919e5b697be Mon Sep 17 00:00:00 2001 From: aTheo Date: Mon, 26 Jun 2023 18:42:30 +0200 Subject: [PATCH] Fix github token to use the default one on digest updater workflow (#853) Fix github token to use the default on digest updater workflow --- .github/workflows/notebooks-digest-updater-upstream.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebooks-digest-updater-upstream.yaml b/.github/workflows/notebooks-digest-updater-upstream.yaml index c03ff44b2..d857773ec 100644 --- a/.github/workflows/notebooks-digest-updater-upstream.yaml +++ b/.github/workflows/notebooks-digest-updater-upstream.yaml @@ -89,7 +89,7 @@ jobs: needs: [ update-n-version ] runs-on: ubuntu-latest permissions: - contents: write + pull-requests: write steps: - name: Checkout repo uses: actions/checkout@v3 @@ -98,7 +98,7 @@ jobs: with: source_branch: ${{ env.DIGEST_UPDATER_BRANCH }} destination_branch: ${{ env.BRANCH_NAME}} - github_token: ${{ secrets.GH_ACCESS_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} pr_label: "automated pr" pr_title: "[Digest Updater Action] Update notebook's imageStreams image tag to digest format" pr_body: |