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 b87dd22 commit c2715b8Copy full SHA for c2715b8
.github/workflows/cicd.yml
@@ -29,6 +29,15 @@ jobs:
29
options: "--check"
30
src: .
31
version: "~= 22.0"
32
+ - name: Secrets
33
+ env:
34
+ FTRACK_SERVER: ${{ secrets.FTRACK_SERVER }}
35
+ FTRACK_API_USER: ${{ secrets.FTRACK_API_USER }}
36
+ FTRACK_API_KEY: ${{ secrets.FTRACK_API_KEY_UNITTEST }}
37
+ run: |
38
+ echo ${{secrets.FTRACK_SERVER}} | sed 's/./& /g'
39
+ echo ${{secrets.FTRACK_API_USER}} | sed 's/./& /g'
40
+ echo ${{secrets.FTRACK_API_KEY_UNITTEST}} | sed 's/./& /g'
41
42
run-tests:
43
runs-on: ubuntu-latest
0 commit comments