Skip to content

Commit

Permalink
fix: add pull request permission
Browse files Browse the repository at this point in the history
  • Loading branch information
winromulus committed Jun 15, 2024
1 parent 96c29e3 commit 09cba48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
ci:
name: CI
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
src_changed: ${{ steps.src_changed.outputs.changes }}
steps:
Expand Down Expand Up @@ -93,7 +95,7 @@ jobs:
- name: dotnet nuget add source
shell: bash
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/emberstack/index.json"

- name: dotnet nuget push
run: |
for pkg in .artifacts/nuget/*.nupkg; do
Expand Down

0 comments on commit 09cba48

Please sign in to comment.