Skip to content

Commit

Permalink
Use ${{ secrets.GITHUB_TOKEN }}
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdalmeida committed Jul 25, 2023
1 parent 28d5d92 commit e59bf07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-SPM-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: n1hility/cancel-previous-runs@v3
with:
token: ${{ secrets.MANUAL_ACTION_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_cocoapods_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: n1hility/cancel-previous-runs@v3
with:
token: ${{ secrets.MANUAL_ACTION_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit e59bf07

Please sign in to comment.