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,7 +22,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user