Skip to content

Commit

Permalink
misc(action) change settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdawe committed Apr 13, 2024
1 parent eb63f50 commit fcff19c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ on: [push]
jobs:
hello_world_job:
runs-on: windows-latest
name: A job to say hello
name: Enforce SharePoint Online Sharing Settings
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: pnp-sharing-settings-action
uses: ./ # Uses an action in the root directory
id: hello
id: SharingSettings
with:
SHAREPOINT_ADMIN_URL: 'https://kolislabio-admin.sharepoint.com'
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
SHARINGCAPABILITY_DISABLED_SITES: 'https://kolislabio.sharepoint.com/, https://kolislabio.sharepoint.com/sites/Development'
SHARINGCAPABILITY_EXTERNALUSERSHARINGONLY_SITES: 'ALLELSE'
SHARINGCAPABILITY_EXTERNALUSERANDGUESTSHARING_SITES: 'https://kolislabio.sharepoint.com/sites/HR, https://kolislabio.sharepoint.com/sites/bteam, https://kolislabio.sharepoint.com/sites/ateam'
SHARINGCAPABILITY_EXISTINGEXTERNALUSERSHARINGONLY_SITES: 'null'
SHARINGCAPABILITY_DISABLED_SITES: 'ALLELSE'
SHARINGCAPABILITY_EXTERNALUSERSHARINGONLY_SITES: 'https://kolislabio.sharepoint.com/, https://kolislabio.sharepoint.com/sites/Development'
SHARINGCAPABILITY_EXTERNALUSERANDGUESTSHARING_SITES: 'https://kolislabio.sharepoint.com/sites/bteam, https://kolislabio.sharepoint.com/sites/ateam'
SHARINGCAPABILITY_EXISTINGEXTERNALUSERSHARINGONLY_SITES: 'https://kolislabio.sharepoint.com/sites/HR'

0 comments on commit fcff19c

Please sign in to comment.