Skip to content

Commit e25188f

Browse files
committed
works on local repo, but not upstream. trying diff key
1 parent a33d74d commit e25188f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
get-pr-changes:
1010
runs-on: ubuntu-latest
1111
permissions:
12+
issues: write
1213
contents: write
1314
pull-requests: write
1415
repository-projects: write
@@ -30,5 +31,4 @@ jobs:
3031
#gh pr checkout $BRANCH
3132

3233
env:
33-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
BRANCH: ${{ github.head_ref }}
34+
GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}

0 commit comments

Comments
 (0)