Update token

This commit is contained in:
2023-09-04 20:19:12 -06:00
parent 4a09f3465d
commit 9b0e76b2d3

View File

@@ -15,12 +15,9 @@ jobs:
- name: Login to Github Packages - name: Login to Github Packages
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: git.gg registry: ${{ env.INPUT_REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_CI_TOKEN }}
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Set tag environment variable - name: Set tag environment variable
id: set-tag id: set-tag
run: | run: |