Skip to content

Commit

Permalink
fix: add missing permissions in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Sep 27, 2024
1 parent 7f01fd3 commit 70e5cd6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@ on:
- cron: "2 2 * * SUN"
push:

permissions:
contents: read
packages: write

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 120

steps:
- uses: actions/checkout@v2

- uses: camptocamp/initialise-gopass-summon-action@v2
with:
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
patterns: docker
- uses: actions/checkout@v4

- name: "Build images"
env:
Expand Down

0 comments on commit 70e5cd6

Please sign in to comment.