Publish to Sharepoint (UASI fork)
Version updated for https://github.com/UASI-Solutions/action-sharepoint-publish to version v2.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action-sharepoint-publish GitHub Action automates the process of creating an archive of the current repository and uploading it to a specified SharePoint library. It simplifies repository backup or deployment workflows by leveraging GitHub OIDC authentication to securely interact with SharePoint. Key capabilities include automatic repository archiving, flexible file uploads, and seamless integration with SharePoint Online using modern authentication methods.
Release notes
What’s Changed
- RFV-973: Baseline fork governance and metadata by @kevinfosterNG in https://github.com/UASI-Solutions/action-sharepoint-publish/pull/1
- RFV-973: Migrate action auth to OIDC (v2 breaking change) by @kevinfosterNG in https://github.com/UASI-Solutions/action-sharepoint-publish/pull/3
- RFV-973: address all security audit and dependabot security flags by @kevinfosterNG in https://github.com/UASI-Solutions/action-sharepoint-publish/pull/3
- RFV-973: Fix ‘fetch is not defined’ in action runtime by @kevinfosterNG in https://github.com/UASI-Solutions/action-sharepoint-publish/pull/4
- RFV-973: fix globalThis reference in legacy runtime by @kevinfosterNG in https://github.com/UASI-Solutions/action-sharepoint-publish/pull/5
New Contributors
- @kevinfosterNG made their first contribution in https://github.com/UASI-Solutions/action-sharepoint-publish/pull/1
Full Changelog: https://github.com/UASI-Solutions/action-sharepoint-publish/compare/v1...v2