Skip to content

Commit bd92635

Browse files
authored
chore: fix mapping of CI accounts (#217)
chore: fix ci mapping
1 parent 8b62578 commit bd92635

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ defaults:
1717
run:
1818
shell: bash
1919
env:
20-
NUON_API_TOKEN: ${{ secrets.NUON_API_TOKEN }}
2120
NUON_DEBUG: "${{ github.event.inputs.NUON_DEBUG }}"
2221

2322
jobs:
@@ -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 }}

0 commit comments

Comments
 (0)