Skip to content

Commit 3eed3c3

Browse files
renovate[bot]wax911
authored andcommitted
fix(deps): update dependency pytz to v2025
1 parent 167d13a commit 3eed3c3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/django-cd.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
build-image:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/create-github-app-token@v1
21-
id: app-token
22-
with:
23-
app-id: ${{ secrets.APP_ID }}
24-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2520
- name: Checkout code
2621
uses: actions/checkout@v4
2722
- name: Set up QEMU
@@ -33,7 +28,7 @@ jobs:
3328
with:
3429
registry: ghcr.io
3530
username: ${{ github.actor }}
36-
password: ${{ steps.app-token.outputs.token }}
31+
password: ${{ secrets.GITHUB_TOKEN }}
3732
- name: Set Tag
3833
id: set-tag
3934
run: |

poetry.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)