Skip to content

Commit 6e2a346

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 c5fb39d commit 6e2a346

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
push:
7+
pull_request:
8+
9+
jobs:
10+
release:
11+
uses: python-social-auth/social-core/.github/workflows/release-shared.yml@master
12+
with:
13+
github_event_name: ${{ github.event_name }}
14+
permissions:
15+
id-token: write

0 commit comments

Comments
 (0)