Skip to content

Commit 70e5cd6

Browse files
committed
fix: add missing permissions in GitHub action
1 parent 7f01fd3 commit 70e5cd6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ on:
66
- cron: "2 2 * * SUN"
77
push:
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
913
jobs:
1014
build:
1115

1216
runs-on: ubuntu-latest
1317
timeout-minutes: 120
1418

1519
steps:
16-
- uses: actions/checkout@v2
17-
18-
- uses: camptocamp/initialise-gopass-summon-action@v2
19-
with:
20-
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
21-
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
22-
patterns: docker
20+
- uses: actions/checkout@v4
2321

2422
- name: "Build images"
2523
env:

0 commit comments

Comments
 (0)