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:
|
||||
registry: git.gractwo.pl
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ gitea.token }}
|
||||
password: ${{ secrets.TOKEN2 }}
|
||||
- name: publish
|
||||
run: docker push git.gractwo.pl/gractwo/arche:${{gitea.sha}}
|
||||
- uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||
with:
|
||||
args: get pods
|
||||
args: get pods
|
||||
|
||||
Reference in New Issue
Block a user