Skip to content

Commit

Permalink
fix: Attempts to fix workflow to allow for uploading packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
imterah committed Dec 26, 2024
1 parent 4a46b5a commit 51ebfe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .forgejo/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: https://github.com/docker/login-action@v3
with:
registry: git.terah.dev
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
username: imterah
password: ${{secrets.ACTIONS_PACKAGES_DEPL_KEY}}

- name: Build Docker images
run: |
Expand Down

0 comments on commit 51ebfe4

Please sign in to comment.