Skip to content

Commit dd5d094

Browse files
committed
chore: update shared files
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent dff4781 commit dd5d094

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
pull_request:
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
pre-commit:
912
uses: python-social-auth/social-core/.github/workflows/pre-commit-shared.yml@master

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
pull_request:
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
release:
912
runs-on: ubuntu-latest
@@ -38,4 +41,4 @@ jobs:
3841
- run: uvx twine check dist/*
3942

4043
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
41-
run: uv publish --verbose --verbose --trusted-publishing always
44+
run: uv publish --trusted-publishing always

0 commit comments

Comments
 (0)