diff --git a/.forgejo/workflows/actions-demo.yml b/.forgejo/workflows/actions-demo.yml index 28e28e5..c12c713 100644 --- a/.forgejo/workflows/actions-demo.yml +++ b/.forgejo/workflows/actions-demo.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Current token - run: echo ${{ secrets.GITEA_TOKEN }} + run: echo ${{ secrets.FORGEJO_TOKEN }} - name: get-changed-folders id: get_changed uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0 with: - github-token: ${{ secrets.GITEA_TOKEN }} + github-token: ${{ secrets.FORGEJO_TOKEN }} ignore: "**/+(.forgejo)" foldersOnly: true - name: Echo changed files