diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 95dbc87..168c573 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -5,6 +5,8 @@ on: [push] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest + env: + COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.COMPOSER_AUTH }}"}}' name: Build and deploy steps: - name: Migrate env file