Skip to content

Commit

Permalink
Use custom GitHub token in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinhart committed Oct 10, 2024
1 parent 372773a commit a0e7c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/taggable-resource-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- name: Create or update pull request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets._GITHUB_TOKEN }}
add-paths: |
nodejs/taggable_resource_types.json
branch: taggable-resource-types
commit-message: Update list of taggable resource types
delete-branch: true
commit-message: Update list of taggable resource types
title: Update list of taggable resource types
body: Automatically generated PR to update the list of taggable resource types.

0 comments on commit a0e7c40

Please sign in to comment.