Skip to content

Commit a7af660

Browse files
authored
Merge pull request syslog-ng#4999 from syslog-ng/grammarcheck_gh_token
actions: comment-cfg-grammar-changes.yml use github token as GH_TOKEN
2 parents 63431ef + d62a9b9 commit a7af660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/comment-cfg-grammar-changes.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1718
steps:
1819
# The download-artifact action cannot download artifacts from other workflows.
1920
# Copied from https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run

0 commit comments

Comments
 (0)