Skip to content

Commit

Permalink
feat: Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
PereViader committed May 18, 2024
1 parent 1e3d2ea commit 48d0ec2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/TestAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ jobs:

TestUnity3d:
uses: ./.github/workflows/TestUnity3d.yml
permissions:
contents: read
checks: write

PublishNugetPackage:
needs: [TestCommon, TestUnity3d]
uses: ./.github/workflows/PublishNugetPackage.yml

PublishUnity3dPackage:
needs: [PublishNugetPackage]
uses: ./.github/workflows/PublishUnity3dPackage.yml
uses: ./.github/workflows/PublishUnity3dPackage.yml
permissions:
contents: write

0 comments on commit 48d0ec2

Please sign in to comment.