Обновить .gitea/workflows/gitea-actions.yml
All checks were successful
Gitea Actions / Build and deploy (push) Successful in 6m3s
All checks were successful
Gitea Actions / Build and deploy (push) Successful in 6m3s
This commit is contained in:
parent
2c3dc0d4f1
commit
876f5c5a04
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue