Skip to content

Commit

Permalink
added automated pr workflow fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
swazau committed Jun 25, 2024
1 parent 1bc1edf commit af77418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-magisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
repository: swazau/gocryptfs-magisk
path: gocryptfs-magisk
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.ACTIONS_SECRET }}

- name: Copy binary to Magisk module folder
run: |
Expand Down

0 comments on commit af77418

Please sign in to comment.