Skip to content

Commit

Permalink
fix: more fixes to permissions for action and packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Aug 16, 2024
1 parent 65db0ff commit afa22f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: read
actions: read
checks: write
pull-requests: write
# map step outputs to job outputs so they can be share among jobs
outputs:
package_version: ${{ env.PACKAGE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1

# Install the postgres client and any other compile time dependencies needed to build our app
RUN apt-get update && apt-get install -y libpq-dev gcc
RUN apt-get update && apt-get install -y libpq-dev gcc git

# Creates a non-root user with an explicit UID and adds permission to access the /app folder
# For more info, please refer to https://aka.ms/vscode-docker-python-configure-containers
Expand Down

0 comments on commit afa22f2

Please sign in to comment.