Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Fix github token to use the default one on digest updater workflow (#853
Browse files Browse the repository at this point in the history
)

Fix github token to use the default on digest updater workflow
  • Loading branch information
atheo89 authored Jun 26, 2023
1 parent f8bfaa9 commit 5bddd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks-digest-updater-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 5bddd34

Please sign in to comment.