Skip to content

Commit b45e7e1

Browse files
committed
Use correct context for accessing variables
1 parent 2e94f6f commit b45e7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: Automattic/vip-actions/changelog@f083b1e1e0cd092ee5cafa6621d32a28c68bf7ee # trunk
1717
with:
18-
endpoint: ${{ env.CHANGELOG_POST_ENDPOINT }}
18+
endpoint: ${{ vars.CHANGELOG_POST_ENDPOINT }}
1919
endpoint-token: ${{ secrets.CHANGELOG_POST_TOKEN }}
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
status: 'draft'

0 commit comments

Comments
 (0)