Skip to content

Commit

Permalink
Merge pull request #122 from plone/stable_ghcr_token
Browse files Browse the repository at this point in the history
Use stable ghcr read token
  • Loading branch information
fredvd authored May 12, 2023
2 parents 7624d1c + 4e2796d commit b3ba0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
with:
registry: "ghcr.io"
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DEPLOY_GHCR_READ_TOKEN }}
remote_host: ${{ vars.DEPLOY_HOST }}
remote_port: ${{ vars.DEPLOY_PORT }}
remote_user: ${{ vars.DEPLOY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion backend/mx.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; This is a mxdev configuration file
; This is a mxdev configuration file.
; it can be used to override versions of packages already defined in the
; constraints files and to add new packages from VCS like git.
; to learn more about mxdev visit https://pypi.org/project/mxdev/
Expand Down

0 comments on commit b3ba0d3

Please sign in to comment.