Skip to content

Commit

Permalink
update file sync config
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed May 31, 2024
1 parent d5272c6 commit 490a899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: kbrashears5/github-action-file-sync@v2.0.0
with:
REPOSITORIES: |
"${{ github.repository_owner }}/.github@main"
${{ github.repository_owner }}/.github@main
FILES: |
.github/release.yml=.github/release.yml
TOKEN: ${{ secrets.ACTIONS }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 490a899

Please sign in to comment.