Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
GITHUB_TOKEN has limited access to the repo the workflow runs from
  • Loading branch information
nautilus7 authored Mar 19, 2024
1 parent 9e8a392 commit d0a62fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: oscam-emu/oscam-emu
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_TOKEN }}
path: emu

- name: create patch
Expand Down

0 comments on commit d0a62fe

Please sign in to comment.