Skip to content

Commit acae501

Browse files
committed
set API key
1 parent f371b36 commit acae501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
cd ${{github.workspace}}/.tmp/${MODULE_ID}
100100
cat box.json
101-
box forgebox publish
101+
box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }} && forgebox publish
102102
103103
104104

0 commit comments

Comments
 (0)