Skip to content

Commit

Permalink
chore: use PAT to trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Aug 12, 2024
1 parent 1a1ac75 commit 3a55e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/listen-swagger-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: "Check out repository 🚚"
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: "Print some debug info 🐞"
run: |
echo "Current directory: $(pwd)"
Expand Down Expand Up @@ -61,6 +59,8 @@ jobs:
steps:
- name: "Check out repository 🚚"
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: "Pull the latest changes 🔄"
run: git pull
- name: "Set up Python 🐍"
Expand Down

0 comments on commit 3a55e5a

Please sign in to comment.