Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/config/deploy_config.yaml.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
spn_credentials:
tenant_id: 84f1e4ea-8554-43e1-8709-f0b8589ea118 #The tenant id

deploy_options:
max_file_size_supported_in_mb: 110 #Maximum File Size Supported. Action only supports files upto 1000 MB.

pbix_deploy_options:
pbix_name_conflict: CreateOrOverwrite #Determines what to do if a dataset with the same name already exists. Abort, CreateOrOverwrite, GenerateUniqueName, Ignore, Overwrite (https://docs.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group#post-import-example)
override_model_name: True #Determines whether to override existing label on model during republish of PBIX file, service default value is true.
override_report_label: True #Determines whether to override existing label on report during republish of PBIX file, service default value is true.

rdl_deploy_options:
max_file_size_supported_in_mb: 110 #Maximum File Size Supported. Action only supports files upto 1000 MB.
rdl_name_conflict: Overwrite #Determines what to do if a dataset with the same name already exists. Only Abort and Overwrite are supported with Rdl files. (https://docs.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group#post-import-example)

deploy_location:
workspace_id: ce92bc77-a932-4fe2-8b5b-32a42f212200 #The workspace ID
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Workflow Name
on:
workflow_dispatch
jobs:
Deploy-Asset:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v19
with:
separator: ","
quotepath: "false"
- name: Upload files
uses: mohitnayar123/power-bi-utils@v1.0.3 # Replace this with the latest version
with:
files: ${{ steps.changed-files.outputs.all_modified_files }}
env:
CLIENT_ID: cloud_user_p_6084de04@realhandsonlabs.com
CLIENT_SECRET: AhkTqgG9ttlLsBW8%5NB
Binary file added sriram.pbix
Binary file not shown.