Skip to content

Commit e00ad04

Browse files
test: Add APP_ITEM_SHARED_LINK to config and readme files (box/box-codegen#681) (#556)
1 parent e3aa784 commit e00ad04

File tree

4 files changed

+88
-86
lines changed

4 files changed

+88
-86
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "0f745bf", "specHash": "c303afc", "version": "1.13.2" }
1+
{ "engineHash": "3ff590c", "specHash": "c303afc", "version": "1.13.2" }

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
WORKFLOW_FOLDER_ID: ${{ secrets.WORKFLOW_FOLDER_ID }}
3939
APP_ITEM_ASSOCIATION_FILE_ID: ${{ secrets.APP_ITEM_ASSOCIATION_FILE_ID }}
4040
APP_ITEM_ASSOCIATION_FOLDER_ID: ${{ secrets.APP_ITEM_ASSOCIATION_FOLDER_ID }}
41+
APP_ITEM_SHARED_LINK: ${{ secrets.APP_ITEM_SHARED_LINK }}
4142
- name: Coveralls
4243
uses: coverallsapp/github-action@master
4344
with:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Now select `Authorization` and submit application to be reviewed by account admi
129129
4. Set environment variable: `BOX_FILE_REQUEST_ID` with ID of file request already created in the user account, `BOX_EXTERNAL_USER_EMAIL` with email of free external user which not belongs to any enterprise.
130130
5. Set environment variable: `WORKFLOW_FOLDER_ID` with the ID of the Relay workflow that deletes the file that triggered the workflow. The workflow should have a manual start to be able to start it from the API.
131131
6. Set environment variable: `APP_ITEM_ASSOCIATION_FILE_ID` to the ID of the file with associated app item and `APP_ITEM_ASSOCIATION_FOLDER_ID` to the ID of the folder with associated app item.
132+
7. Set environment variable: `APP_ITEM_SHARED_LINK` to the shared link associated with app item.
132133

133134
# Questions, Bugs, and Feature Requests?
134135

package-lock.json

Lines changed: 85 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)