💚 use oauth token to clone repo
Some checks failed
Build OCI Images / build (push) Failing after 34s

This commit is contained in:
Rose 2024-07-24 02:13:07 -04:00
parent 46bc75369e
commit f932f74443
No known key found for this signature in database

View file

@ -17,8 +17,7 @@ jobs:
- name: checkout - name: checkout
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
with: with:
fetch-depth: 2 token: ${{secrets.OAUTH_TOKEN}}
github-server-url: ${{github.server_url}}
- name: cache turbo build - name: cache turbo build
uses: https://code.forgejo.org/actions/cache@v4 uses: https://code.forgejo.org/actions/cache@v4
with: with: