File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292
9393 verify-private :
9494 if : |
95- github.repository == 'qdm12 /gluetun' &&
95+ github.repository == 'passteque /gluetun' &&
9696 (
9797 github.event_name == 'push' ||
9898 github.event_name == 'release' ||
@@ -163,7 +163,7 @@ jobs:
163163
164164 publish :
165165 if : |
166- github.repository == 'qdm12 /gluetun' &&
166+ github.repository == 'passteque /gluetun' &&
167167 (
168168 github.event_name == 'push' ||
169169 github.event_name == 'release' ||
@@ -175,6 +175,7 @@ jobs:
175175 contents : read
176176 packages : write
177177 runs-on : ubuntu-latest
178+ environment : secrets
178179 steps :
179180 - uses : actions/checkout@v6
180181
@@ -209,7 +210,7 @@ jobs:
209210 with :
210211 registry : ghcr.io
211212 username : qdm12
212- password : ${{ github.token }}
213+ password : ${{ secrets.GHCR_PAT }}
213214
214215 - name : Short commit
215216 id : shortcommit
Original file line number Diff line number Diff line change 3838 config-file : .github/workflows/configs/mlc-config.json
3939
4040 - uses : peter-evans/dockerhub-description@v5
41- if : github.repository == 'qdm12 /gluetun' && github.event_name == 'push'
41+ if : github.repository == 'passteque /gluetun' && github.event_name == 'push'
4242 with :
4343 username : qmcgaw
4444 password : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change 3636 - cron : " 11 3 1 */2 *" # Run at 03:11 on the 1st of every 2nd month
3737jobs :
3838 update-servers-list :
39- if : github.repository == 'qdm12 /gluetun'
39+ if : github.repository == 'passteque /gluetun'
4040 runs-on : ubuntu-latest
4141 permissions :
4242 actions : read
You can’t perform that action at this time.
0 commit comments