We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f01fd3 commit 70e5cd6Copy full SHA for 70e5cd6
.github/workflows/ci.yaml
@@ -6,20 +6,18 @@ on:
6
- cron: "2 2 * * SUN"
7
push:
8
9
+permissions:
10
+ contents: read
11
+ packages: write
12
+
13
jobs:
14
build:
15
16
runs-on: ubuntu-latest
17
timeout-minutes: 120
18
19
steps:
- - uses: actions/checkout@v2
-
- - uses: camptocamp/initialise-gopass-summon-action@v2
- with:
20
- ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
21
- github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
22
- patterns: docker
+ - uses: actions/checkout@v4
23
24
- name: "Build images"
25
env:
0 commit comments