Skip to content

Commit

Permalink
ci(build): use GITHUB_TOKEN as default repository token
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Jun 19, 2024
1 parent d2b9d6c commit 22448a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
repository: '${{ github.repository }}'
os: linux
secrets:
repository_token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository_token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
repository: '${{ github.repository }}'
os: windows
secrets:
repository_token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository_token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write

0 comments on commit 22448a0

Please sign in to comment.