Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 23, 2024
1 parent d1a035b commit ce22f3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
artifacts:
if: github.event_name == 'pull_request'
needs: build
permissions:
issues: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce22f3d

Please sign in to comment.