Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7b2ab6a164
|
@@ -22,10 +22,7 @@ jobs:
|
||||
- name: Show config
|
||||
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
|
||||
- name: Build and push
|
||||
run: |
|
||||
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
|
||||
echo "GITEA_TOKEN after unset: '${GITEA_TOKEN:-unset}'"
|
||||
build --verbose && push --verbose
|
||||
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && build --verbose && push --verbose
|
||||
|
||||
deploy-prod:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user