Skip to content

Commit

Permalink
chore: update shared files
Browse files Browse the repository at this point in the history
Automated update of shared files from the social-core repository, see
https://github.com/python-social-auth/.github/blob/main/repo-sync.py
  • Loading branch information
nijel committed Jan 10, 2025
1 parent b684fc7 commit d06cd0a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
release:
types: [published]
push:
pull_request:

jobs:
release:
uses: python-social-auth/social-core/.github/workflows/release-shared.yml@master
with:
github_event_name: ${{ github.event_name }}
permissions:
id-token: write

0 comments on commit d06cd0a

Please sign in to comment.