fix token passing
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 11s
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 11s
This commit is contained in:
@@ -22,11 +22,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: git.gractwo.pl
|
registry: git.gractwo.pl
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ gitea.token }}
|
password: ${{ secrets.TOKEN2 }}
|
||||||
- name: publish
|
- name: publish
|
||||||
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
|
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
|
||||||
- uses: actions-hub/kubectl@master
|
- uses: actions-hub/kubectl@master
|
||||||
env:
|
env:
|
||||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||||
with:
|
with:
|
||||||
args: get pods
|
args: get pods
|
||||||
|
|||||||
Reference in New Issue
Block a user