Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenstorm committed Jan 12, 2025
1 parent af66a54 commit f22e57e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
id-token: write
packages: write
contents: read

attestations: write
actions: write

steps:
- name: Generate Attestation
uses: actions/attest-build-provenance@v2
Expand Down
1 change: 1 addition & 0 deletions tiktok-dl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ ENV TIKTOKDL_DEBUG=false \

# Run the app using the Python from the virtual environment
CMD ["/app/.venv/bin/python", "src/main.py"]

1 change: 1 addition & 0 deletions youtube-dl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ ENV YOUTUBEDL_DEBUG=false \

# Run the app using the Python from the virtual environment
CMD ["/app/.venv/bin/python", "src/main.py"]

0 comments on commit f22e57e

Please sign in to comment.