Skip to content

Commit 6181235

Browse files
committed
Experiment with some changes in together-javascript-action
1 parent d4c1c5a commit 6181235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-using-buildscripts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
- name: Checkout Together Action
2828
uses: actions/checkout@v3
2929
with:
30-
repository: cfengine/together-javascript-action
31-
ref: main
30+
repository: craigcomstock/together-javascript-action
31+
ref: 2025-04-15-tidy
3232
ssh-key: ${{ secrets.GH_ACTIONS_SSH_DEPLOY_KEY_TOGETHER_REPO }}
3333
ssh-known-hosts: github.com
3434

3535
- name: Action step
3636
uses: ./
3737
id: together
3838
with:
39-
myToken: ${{ secrets.GITHUB_TOKEN }}
39+
myToken: "craigs-token"
4040

4141
- name: Checkout Core
4242
uses: actions/checkout@v3

0 commit comments

Comments
 (0)