Skip to content

Commit f53914a

Browse files
committed
Remove unused gopass patterns (tag-publish handles auth via OIDC)
1 parent a9b5a77 commit f53914a

10 files changed

Lines changed: 6 additions & 12 deletions

File tree

‎.github/workflows/main.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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

‎.github/workflows/ngeo-2-7.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

‎.github/workflows/ngeo-2-8.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

‎.github/workflows/ngeo-2-9.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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:

‎.github/workflows/qgis.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
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

‎.github/workflows/rebuild-2-7.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:

‎.github/workflows/rebuild-2-8.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

‎.github/workflows/rebuild-qgis-2-7.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
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}

‎.github/workflows/rebuild-qgis-2.8.yaml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
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

‎geoportal/c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/.github/workflows/rebuild.yaml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
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'

0 commit comments

Comments
 (0)