Skip to content

Commit

Permalink
fix: actor
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Oct 3, 2024
1 parent 8787aea commit ca3f877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/images/build-and-publish-ghcr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ env.GITHUB_ACTOR }}
password: ${{ env.GITHUB_TOKEN }}
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,8 @@ jobs:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}
env:
AWS_REGION: "eu-central-1"
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSH_KEY: ${{ secrets.SUBSTRATE_REPO_SSH_KEY }}

publish-release:
permissions:
Expand Down

0 comments on commit ca3f877

Please sign in to comment.