Skip to content

Commit

Permalink
chore(gha): change the workflow so git commit uses a PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Aug 3, 2024
1 parent 6d88d23 commit 6567325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.COMMIT_PAT_TOKEN }}

- name: Set extra environment and metadata
id: metadata
Expand Down

0 comments on commit 6567325

Please sign in to comment.