Skip to content

Commit c61ff0a

Browse files
test: Add APP_ITEM_SHARED_LINK to config and readme files (box/box-codegen#681) (#436)
1 parent 413058e commit c61ff0a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.codegen.json

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

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
WORKFLOW_FOLDER_ID: ${{ secrets.WORKFLOW_FOLDER_ID }}
3434
APP_ITEM_ASSOCIATION_FILE_ID: ${{ secrets.APP_ITEM_ASSOCIATION_FILE_ID }}
3535
APP_ITEM_ASSOCIATION_FOLDER_ID: ${{ secrets.APP_ITEM_ASSOCIATION_FOLDER_ID }}
36+
APP_ITEM_SHARED_LINK: ${{ secrets.APP_ITEM_SHARED_LINK }}
3637
run: dotnet test --settings ./Box.Sdk.Gen.Tests.Integration/TestSettings.runsettings --logger "console;verbosity=normal" /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
3738
- name: Upload coverage report to Coveralls
3839
uses: coverallsapp/github-action@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Now select `Authorization` and submit application to be reviewed by account admi
149149
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.
150150
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.
151151
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.
152+
7. Set environment variable: `APP_ITEM_SHARED_LINK` to the shared link associated with app item.
152153

153154
### Running tests
154155

0 commit comments

Comments
 (0)