Skip to content

Commit

Permalink
Update update-files workflow to use a PAT (#211)
Browse files Browse the repository at this point in the history
Also clean up obsolete line from yamllint file

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler and dthaler2 authored Nov 5, 2024
1 parent 44fbf45 commit 2eefae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For documentation on the syntax of this file, see
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
---
name: Update
name: Update files

on:
# Allow this workflow to be manually triggered.
Expand Down Expand Up @@ -135,4 +135,4 @@ jobs:
gh pr create -B ${{matrix.BRANCH}} -H generate-${{matrix.BRANCH}}-files --title 'Update generated files' --body $'Update generated files\nThis PR is auto-generated by [gh pr create].' --label 'automated pr'
fi
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
2 changes: 0 additions & 2 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ rules:
line-length: disable
truthy:
check-keys: false
comments:
min-spaces-from-content: 1

0 comments on commit 2eefae4

Please sign in to comment.