Skip to content

Commit

Permalink
add custom token to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Mar 21, 2024
1 parent e9ccdde commit 1d78bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/brave-update-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GHPROJECT_TOKEN }}

- name: Set up Git
run: |
Expand Down

0 comments on commit 1d78bae

Please sign in to comment.