mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix(workflow): allow to write files to the repo
This commit is contained in:
@@ -6,9 +6,14 @@ on:
|
|||||||
- cron: '0 4 * * 1' # Runs every Monday at 04:00 UTC
|
- cron: '0 4 * * 1' # Runs every Monday at 04:00 UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
decompile:
|
extract:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||||
|
# added or changed files to the repository.
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user