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 6464 with :
6565 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
6666 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
67- patterns : pypi docker transifex
67+ patterns : transifex
6868 if : env.HAS_SECRETS == 'HAS_SECRETS'
6969
7070 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
Original file line number Diff line number Diff line change 3939 with :
4040 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
4141 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
42- patterns : pypi docker transifex
42+ patterns : transifex
4343
4444 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
4545 - run : python3 -m pip install --user --requirement=ci/requirements.txt
Original file line number Diff line number Diff line change 3636 with :
3737 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
3838 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
39- patterns : pypi docker transifex
39+ patterns : transifex
4040
4141 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
4242 - run : python3 -m pip install --user --requirement=ci/requirements.txt
Original file line number Diff line number Diff line change 3838 with :
3939 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
4040 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
41- patterns : pypi docker transifex
41+ patterns : transifex
4242
4343 - uses : actions/setup-python@v5
4444 with :
Original file line number Diff line number Diff line change 7878 with :
7979 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
8080 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
81- patterns : docker
8281 if : env.HAS_SECRETS == 'HAS_SECRETS'
8382
8483 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
Original file line number Diff line number Diff line change 4040 with :
4141 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
4242 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
43- patterns : pypi docker transifex
43+ patterns : transifex
4444
4545 - uses : actions/setup-python@v4
4646 with :
Original file line number Diff line number Diff line change 4040 with :
4141 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
4242 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
43- patterns : pypi docker transifex
43+ patterns : transifex
4444
4545 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
4646 - run : python3 -m pip install --user --requirement=ci/requirements.txt
Original file line number Diff line number Diff line change 4444 with :
4545 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
4646 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
47- patterns : docker
4847 if : env.HAS_SECRETS == 'HAS_SECRETS'
4948
5049 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
Original file line number Diff line number Diff line change 4747 with :
4848 ci-gpg-private-key : ${{secrets.CI_GPG_PRIVATE_KEY}}
4949 github-gopass-ci-token : ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
50- patterns : docker
51-
5250 - run : echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
5351 - run : python3 -m pip install --user --requirement=ci/requirements.txt
5452 - run : scripts/get-version --github
Original file line number Diff line number Diff line change 3333 with :
3434 ci-gpg-private-key : ${{'{{'}} secrets.CI_GPG_PRIVATE_KEY }}
3535 github-gopass-ci-token : ${{'{{'}} secrets.GOPASS_CI_GITHUB_TOKEN }}
36- patterns : docker
37-
3836 - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3937 with :
4038 python-version : ' 3.14'
You can’t perform that action at this time.
0 commit comments