File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ defaults:
1717 run :
1818 shell : bash
1919env :
20- NUON_API_TOKEN : ${{ secrets.NUON_API_TOKEN }}
2120 NUON_DEBUG : " ${{ github.event.inputs.NUON_DEBUG }}"
2221
2322jobs :
@@ -31,15 +30,19 @@ jobs:
3130 - name : Install CLI
3231 id : cli
3332 run : ./scripts/install-cli.sh
33+
3434 - name : Sync to org4f5hq4tyo44legra6r4nm18
3535 id : sync_to_org4f5hq4tyo44legra6r4nm18
3636 working-directory : byoc-nuon
3737 run : nuon apps sync .
3838 env :
3939 NUON_ORG_ID : org4f5hq4tyo44legra6r4nm18
40+ NUON_API_TOKEN : ${{ secrets.NUON_API_TOKEN_org4f5hq4tyo44legra6r4nm18 }}
41+
4042 - name : Sync to orggxqsc8f5zns1jra0oplc0ff
4143 id : sync_to_orggxqsc8f5zns1jra0oplc0ff
4244 working-directory : byoc-nuon
4345 run : nuon apps sync .
4446 env :
4547 NUON_ORG_ID : orggxqsc8f5zns1jra0oplc0ff
48+ NUON_API_TOKEN : ${{ secrets.NUON_API_TOKEN_orggxqsc8f5zns1jra0oplc0ff }}
You can’t perform that action at this time.
0 commit comments