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 6181235 commit b34f2e9Copy full SHA for b34f2e9
.github/workflows/build-using-buildscripts.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: ./
37
id: together
38
with:
39
- myToken: "craigs-token"
+ myToken: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Checkout Core
42
uses: actions/checkout@v3
0 commit comments