Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; cantstandya
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 27, 2024
1 parent cc728f2 commit f8c7e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ jobs:
if: github.event_name == 'pull_request'
needs: build
runs-on: ubuntu-latest
permissions: write-all
continue-on-error: false
steps:
# Add artifacts links
- name: Add artifacts link
uses: beni69/artifact-link@v1
with:
token: ${{ github.token }}
token: ${{ secrets.NC_PAT_EMUF }}
summary: false
continue-on-error: true

Expand Down

0 comments on commit f8c7e29

Please sign in to comment.