diff --git a/.forgejo/workflows/actions-demo.yml b/.forgejo/workflows/actions-demo.yml index dc52cdf..7946704 100644 --- a/.forgejo/workflows/actions-demo.yml +++ b/.forgejo/workflows/actions-demo.yml @@ -8,6 +8,8 @@ jobs: get-changed-folders: runs-on: ubuntu-20.04 steps: + - name: Current token + run: echo ${{ secrets.GITHUB_TOKEN }} - name: get-changed-folders id: get_changed uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0