Change token

This commit is contained in:
2023-09-04 19:16:34 -06:00
parent 0dc56bc03e
commit 67f26e8b74

View File

@@ -8,13 +8,12 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "${{github.actor}}"
- 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: git.gg
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}