Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dga-nagra committed Sep 17, 2024
1 parent ec1a958 commit 5210430
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@

name: Upload Python Package

on: [pull_request, workflow_dispatch]
on:
workflow_dispatch:
push:
branches:
- main

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion pa_api/xmlapi/types/operations/system.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from pydantic import ConfigDict, Field

from pa_api.xmlapi.types.utils import (
Expand Down

0 comments on commit 5210430

Please sign in to comment.