We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5857fcf commit 163db98Copy full SHA for 163db98
1 file changed
.github/workflows/daily.yml
@@ -40,6 +40,6 @@ jobs:
40
# TODO: pin version once stable release is available
41
uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@daily
42
with:
43
- in1: 'value1'
+ in1: ${{ github.token }}
44
secrets:
45
sec1: ${{ github.token }}
0 commit comments