Skip to content

Commit 216915f

Browse files
committed
running on account within the enterprise
1 parent 4c648ee commit 216915f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/add-netlify-links.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
name: Update the PR Description
5252
needs: get-pr-changes
5353
runs-on: ubuntu-latest
54-
permissions:
55-
issues: write
56-
contents: write
57-
pull-requests: write
5854
steps:
5955
- uses: actions/checkout@v4
56+
- name: Debug
57+
id: parser
58+
run: |
59+
echo "${{ needs.get-pr-changes.outputs.staging_links }}"
6060
- name: Update PR Description
6161
uses: nefrob/[email protected]
6262
with:
6363
regex: "<!-- start insert-links -->.*?<!-- end insert-links -->"
6464
content: ${{ needs.get-pr-changes.outputs.staging_links }}
65-
token: ${{ secrets.GITHUB_TOKEN }}
65+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)