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:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "${{github.actor}}"
- name: Login to Github Packages
uses: docker/login-action@v2
with:
registry: git.gg
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}