Skip to content

Commit

Permalink
♻️ Pass Workflow Github Token
Browse files Browse the repository at this point in the history
  • Loading branch information
MattParkerDev committed Jul 7, 2024
1 parent dfbd1aa commit a0ce5c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-template-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
run: echo "ParallelPipelinesEnvironment=${{ inputs.environment }}" >> $GITHUB_ENV

- name: Dotnet Run Pipeline
env:
WorkflowGithubToken: ${{ secrets.GITHUB_TOKEN }}
run: dotnet run -c Release --project ./examplesrc/Example.Deploy/Example.Deploy.csproj ### Update to your new deploy project path

0 comments on commit a0ce5c3

Please sign in to comment.