diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index a6e7e24..18bad73 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -15,8 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: iffy/install-nim@v5 - with: - nim-version: ${{ matrix.nimversion }} + with: + nim-version: ${{ matrix.nimversion }} repo-token: ${{ secrets.GITHUB_TOKEN }} #env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -34,4 +34,4 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}."