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

Commit

Permalink
Use secrets.GITHUB_TOKEN for update_deps workflow. (#949)
Browse files Browse the repository at this point in the history
Change-Id: I7cd89bc19ed08eace4312a27245f92b4fe85d3ef
  • Loading branch information
arriolac authored Jan 24, 2024
1 parent 64f7606 commit 9d623bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 🤖 Update Dependencies
committer: compose-devrel-github-bot <[email protected]>
author: compose-devrel-github-bot <[email protected]>
Expand Down

0 comments on commit 9d623bb

Please sign in to comment.