We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c1c5a commit c7c8345Copy full SHA for c7c8345
.github/workflows/build-using-buildscripts.yml
@@ -28,15 +28,15 @@ jobs:
28
uses: actions/checkout@v3
29
with:
30
repository: cfengine/together-javascript-action
31
- ref: main
+ ref: 2025-04-15-tidy
32
ssh-key: ${{ secrets.GH_ACTIONS_SSH_DEPLOY_KEY_TOGETHER_REPO }}
33
ssh-known-hosts: github.com
34
35
- name: Action step
36
uses: ./
37
id: together
38
39
- myToken: ${{ secrets.GITHUB_TOKEN }}
+ myToken: "craigs-token"
40
41
- name: Checkout Core
42
0 commit comments