Skip to content

Commit

Permalink
Merge pull request #9 from Wolf2323/tokenFix
Browse files Browse the repository at this point in the history
fixed token usage in PR action.yml
  • Loading branch information
Wolf2323 authored Nov 27, 2024
2 parents aa177ef + c2b3828 commit 66362b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ runs:
steps:
- name: Checkout Target Repository
uses: actions/checkout@v4
with:
token: '${{ inputs.token }}'

- name: Clone Source Repository
shell: bash --noprofile --norc -euo pipefail {0}
Expand Down Expand Up @@ -83,3 +81,4 @@ runs:
This pull request updates the repository with the latest common files from the source repository.
commit-message: "Sync common files from central repository"
delete-branch: true
token: '${{ inputs.token }}'

0 comments on commit 66362b5

Please sign in to comment.