diff --git a/.github/workflows/github-comment-test.yaml b/.github/workflows/github-comment-test.yaml index 32e467f..61c48cc 100644 --- a/.github/workflows/github-comment-test.yaml +++ b/.github/workflows/github-comment-test.yaml @@ -17,8 +17,8 @@ jobs: with: aqua_version: v2.29.0 - # - name: export GITHUB_TOKEN to use github-comment - # run: export GITHUB_TOKEN=${{ secrets.token }} + - name: export GITHUB_TOKEN to use github-comment + run: export GITHUB_TOKEN=${{ secrets.TOKEN }} - run: github-comment post -k hello # - name: exit=0 then no comment # run: github-comment -- exec ls