File tree Expand file tree Collapse file tree
geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 with :
7575 fetch-depth : 0
7676
77- - uses : camptocamp/initialise-gopass-summon-action@17703c87720ba3766abc90da60b437783b530d93 # v2.0.1
78- with :
79- ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
80- github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
81- if : env.HAS_SECRETS == 'HAS_SECRETS'
82-
8377 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
8478 with :
8579 python-version : ' 3.14'
Original file line number Diff line number Diff line change 4040 fetch-depth : 0
4141 ref : ${{ env.MAIN_BRANCH }}
4242
43- - uses : camptocamp/initialise-gopass-summon-action@v2
44- with :
45- ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
46- github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
47- if : env.HAS_SECRETS == 'HAS_SECRETS'
48-
4943 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
5044 - run : python3 -m pip install --user --requirement=ci/requirements.txt
5145
Original file line number Diff line number Diff line change 4343 fetch-depth : 0
4444 ref : ${{ env.MAIN_BRANCH }}
4545
46- - uses : camptocamp/initialise-gopass-summon-action@v2
47- with :
48- ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
49- github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
5046 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
5147 - run : python3 -m pip install --user --requirement=ci/requirements.txt
5248 - run : scripts/get-version --github
Original file line number Diff line number Diff line change 2929 ref : ${{'{{'}} matrix.branch }}
3030
3131 # Requires CI_GPG_PRIVATE_KEY and GOPASS_CI_GITHUB_TOKEN secrets.
32- - uses : camptocamp/initialise-gopass-summon-action@17703c87720ba3766abc90da60b437783b530d93 # v2.0.1
33- with :
34- ci-gpg-private-key : ${{'{{'}} secrets.CI_GPG_PRIVATE_KEY }}
35- github-gopass-ci-token : ${{'{{'}} secrets.GOPASS_CI_GITHUB_TOKEN }}
3632 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3733 with :
3834 python-version : ' 3.14'
You can’t perform that action at this time.
0 commit comments