Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; try fix permission ye…
Browse files Browse the repository at this point in the history
…t again
  • Loading branch information
nerdCopter committed Feb 25, 2024
1 parent b37a95f commit f721a81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,14 @@ jobs:
permissions:
issues: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
continue-on-error: false
steps:
# Add artifacts links
- name: Add artifacts link
uses: beni69/artifact-link@v1
with:
token: ${{ secrets.NC_PAT_EMUF }}
token: ${{ github.token }}
summary: false
continue-on-error: true

Expand Down

0 comments on commit f721a81

Please sign in to comment.