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
1f003b490b
commit
6e55f913b8
1 changed files with 7 additions and 2 deletions
|
@ -86,8 +86,7 @@ runs:
|
|||
source .env
|
||||
rpmbuild -ba ${SPECFILE}
|
||||
|
||||
- name: Deploy in repos packages
|
||||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
- name: DEBUG tokens
|
||||
env:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
run: |
|
||||
|
@ -99,6 +98,12 @@ runs:
|
|||
echo "Publicator token: ${inputs.PUBLICATOR:0:3}***${inputs.PUBLICATOR: -3}"
|
||||
echo "CI deploy token: ${inputs.CI_DEPLOY:0:3}***${inputs.CI_DEPLOY: -3}"
|
||||
echo "********************************************************************"
|
||||
|
||||
- name: Deploy in repos packages
|
||||
if: github.ref == 'refs/heads/rosa2016.1'
|
||||
env:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
run: |
|
||||
cd /home/builder/rpmbuild/SRPMS/
|
||||
for file in *.rpm; do
|
||||
curl --user ${GITHUB_REPOSITORY_OWNER}:${{ secrets.CI_DEPLOY }} \
|
||||
|
|
Loading…
Add table
Reference in a new issue