diff --git a/.github/workflows/ambient.yml b/.github/workflows/ambient.yml index 7751787..4aac95e 100644 --- a/.github/workflows/ambient.yml +++ b/.github/workflows/ambient.yml @@ -14,7 +14,7 @@ jobs: contains(fromJSON('["OWNER","MEMBER"]'), github.event.comment.author_association) runs-on: ubuntu-latest steps: - - uses: ambient-code/ambient-action@v2 + - uses: ambient-code/ambient-action@v0.0.2 with: api-url: ${{ secrets.AMBIENT_API_URL }} api-token: ${{ secrets.AMBIENT_BOT_TOKEN }}