Skip to content

Commit

Permalink
Added token perms
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjs committed Mar 13, 2023
1 parent c656714 commit eca3dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: dotnet test --logger GitHubActions ./src/CelesTrakSdk.sln

semantic-release:
permissions: write-all
needs: test
name: Create a Package Release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:


github-publish:
permissions: write-all
needs: semantic-release
name: Publish to Github
runs-on: ubuntu-latest
Expand Down

0 comments on commit eca3dc5

Please sign in to comment.