mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
add artificats
This commit is contained in:
parent
e6478f9b38
commit
4c3a8b154b
1 changed files with 6 additions and 1 deletions
|
|
@ -30,4 +30,9 @@ jobs:
|
|||
SGEC_SERVICE_SHAREPOINT_ID: ${{ secrets.SGEC_SERVICE_SHAREPOINT_ID }}
|
||||
SHAREPOINT_CLIENT_ID: ${{ secrets.SHAREPOINT_CLIENT_ID }}
|
||||
SHAREPOINT_CLIENT_SECRET: ${{ secrets.SHAREPOINT_CLIENT_SECRET }}
|
||||
SHAREPOINT_TENANT_ID: ${{ secrets.SHAREPOINT_TENANT_ID }}
|
||||
SHAREPOINT_TENANT_ID: ${{ secrets.SHAREPOINT_TENANT_ID }}
|
||||
- name: Upload Excel file
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: my-excel-file
|
||||
path: survey_data.xlsx
|
||||
Loading…
Add table
Reference in a new issue