Skip to content

Commit de21d77

Browse files
authored
Merge pull request #25 from bybatkhuu/dev
Dev
2 parents 4313248 + 01e67f2 commit de21d77

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/2.create-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,17 @@ jobs:
1919
permissions:
2020
contents: write
2121
actions: write
22+
env:
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2224
steps:
2325
- name: Checkout
2426
uses: actions/checkout@v4
2527
- name: Create release
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
run: gh release create v$(./scripts/get-version.sh) --generate-notes
2929
- name: Check Workflow
30-
id: check_workflow
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3330
run: |
3431
_WORKFLOW_STATE=$(gh api repos/$(gh repo view --json nameWithOwner -q .nameWithOwner)/actions/workflows/3.update-changelog.yml | jq -r '.state')
3532
echo "_WORKFLOW_STATE=${_WORKFLOW_STATE}" >> ${GITHUB_ENV}
3633
- name: Trigger Changelog
3734
if: ${{ env._WORKFLOW_STATE == 'active' }}
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4035
run: gh workflow run 3.update-changelog.yml

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
tty: true
1919

2020
nginx:
21-
image: bybatkhuu/nginx:3.0.6-250528
21+
image: bybatkhuu/nginx:3.0.7-250605
2222
depends_on:
2323
- certbot
2424
restart: unless-stopped

volumes/src/server.nginx-template

volumes/src/sidecar.certbot

0 commit comments

Comments
 (0)