diff --git a/.github/workflows/update-module-version.yaml b/.github/workflows/update-module-version.yaml index 909bc28..afb9148 100644 --- a/.github/workflows/update-module-version.yaml +++ b/.github/workflows/update-module-version.yaml @@ -45,4 +45,5 @@ jobs: commit-message: Automated Release Tagging for ${{ steps.version_tracker.outputs.version }} in DevSetup.psd1 title: Automated Release Tagging for ${{ steps.version_tracker.outputs.version }} in DevSetup.psd1 body: Changing version to ${{ steps.version_tracker.outputs.version }} - branch: update-release-version-to-${{ steps.version_tracker.outputs.version }} \ No newline at end of file + branch: update-release-version-to-${{ steps.version_tracker.outputs.version }} + token: ${{ secrets.WORKFLOW_TOKEN }} \ No newline at end of file