Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
turbou committed Feb 21, 2024
2 parents 90443d4 + 3c4179a commit da64dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
rssgen:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -16,7 +18,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }
password: ${{ secrets.GITHUB_TOKEN }}
env:
OWNER: ${{ github.repository_owner }}
- name: Pull Docker Image
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
beautifulsoup4==4.12.2
lxml==4.9.3
feedgenerator==2.1.0
django==4.2.7
django==4.2.10

0 comments on commit da64dbf

Please sign in to comment.