Skip to content

Commit

Permalink
chore: change workflow userpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Oct 11, 2024
1 parent e082fb9 commit 908051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
default: ""

env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}
REGISTRY_USER: ${{ github.repository_owner }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

jobs:
Expand Down

0 comments on commit 908051a

Please sign in to comment.