mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
debug deploy tokens
This commit is contained in:
parent
16a819d580
commit
24e22f3b59
1 changed files with 3 additions and 2 deletions
|
@ -88,10 +88,11 @@ runs:
|
||||||
|
|
||||||
- name: Deploy in repos packages
|
- name: Deploy in repos packages
|
||||||
if: github.ref == 'refs/heads/rosa2016.1'
|
if: github.ref == 'refs/heads/rosa2016.1'
|
||||||
# env:
|
env:
|
||||||
# CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying artifacts..."
|
echo "Deploying artifacts..."
|
||||||
|
echo "CI_DEPLOY: ${CI_DEPLOY:0:3}***${CI_DEPLOY: -3}"
|
||||||
cd /home/builder/rpmbuild/SRPMS/
|
cd /home/builder/rpmbuild/SRPMS/
|
||||||
for file in *.rpm; do
|
for file in *.rpm; do
|
||||||
curl --user ${GITHUB_REPOSITORY_OWNER}:${{ secrets.CI_DEPLOY }} \
|
curl --user ${GITHUB_REPOSITORY_OWNER}:${{ secrets.CI_DEPLOY }} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue