diff --git a/.forgejo/workflows/actions-demo.yml b/.forgejo/workflows/actions-demo.yml index 7946704..28e28e5 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.GITHUB_TOKEN }} + run: echo ${{ secrets.GITEA_TOKEN }} - name: get-changed-folders id: get_changed uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITEA_TOKEN }} ignore: "**/+(.forgejo)" foldersOnly: true - name: Echo changed files