Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 10, 2024
1 parent 31fc00d commit d222bb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ jobs:
name: "Syncs Laravel Nova Releases"
steps:
- uses: actions/checkout@v4

- name: "Runs sync action"
id: "releases"
uses: "./.github/actions/sync-nova"
with:
target_nova_repo: ${{ vars.TARGET_NOVA_REPO }}
personal_access_token: ${{ secrets.NOVA_REPO_ACCESS_TOKEN }}
- uses: action/checkout@v4

- uses: actions/checkout@v4
with:
repository: ${{ vars.TARGET_NOVA_REPO }}
token: ${{ secrets.NOVA_REPO_ACCESS_TOKEN }}

- name: "Create branch and commit changes"
run: "ls -la"

0 comments on commit d222bb5

Please sign in to comment.