Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updtaing the Python Version
  • Loading branch information
kishore7snehil committed Jan 29, 2025
commit 00081cc219d712ab4be25ef5df763027cfe4ba4e
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rl-scanner:
uses: ./.github/workflows/rl-scanner.yml
with:
python-version: 3.10
python-version: "3.10"
artifact-name: "auth0-python.tgz"
secrets:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
Expand Down
Loading