[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-01-14 13:47:13 +00:00
parent dae27e7aa3
commit a4f0b5fffe
23 changed files with 543 additions and 240 deletions

View File

@@ -15,10 +15,10 @@ on:
workflow_dispatch:
permissions:
permissions:
contents: read
packages: write
jobs:
build:
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
type=ref,event=tag
type=ref,event=branch
type=schedule
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
@@ -47,7 +47,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2

View File

@@ -34,4 +34,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

View File

@@ -27,4 +27,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: dmunozv04/isponsorblocktv
short-description: ${{ github.event.repository.description }}
short-description: ${{ github.event.repository.description }}