Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix format of iOS publishing credentials (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyandrew authored Sep 13, 2023
1 parent a7d7b57 commit 7499fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set SwiftPM Repo credentials
uses: de-vri-es/setup-git-credentials@v2
with:
credentials: ${{secrets.PAT}}
credentials: https://${{secrets.PAT_USER}}:${{secrets.PAT}}@github.com/

- name: Get tag
id: tag
Expand Down

0 comments on commit 7499fca

Please sign in to comment.