Skip to content

Commit c7c8345

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
uses: actions/checkout@v3
2929
with:
3030
repository: cfengine/together-javascript-action
31-
ref: main
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)