Skip to content

Commit

Permalink
Setting GITHUB_TOKEN for insiders workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Sep 16, 2024
1 parent c82669b commit 8561511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/material-insiders-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: ./.config/mkdocs/check-material-insiders-version.sh
- name: Create pull request if there is a new version
uses: peter-evans/create-pull-request@v7
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
commit-message: Update material insiders version to latest version
title: Update material insiders version to latest version
Expand Down

0 comments on commit 8561511

Please sign in to comment.