Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/cla-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
CLAAssistant:
name: "CLA Assistant"
uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.2.8
uses: ctfpilot/ci/.github/workflows/cla-assistant.yml@v1.3.0
secrets: inherit
with:
repository: instancing-fallback
17 changes: 2 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: write
id-token: write
name: Release
uses: ctfpilot/ci/.github/workflows/release.yml@v1.2.8
uses: ctfpilot/ci/.github/workflows/release.yml@v1.3.0
secrets:
RELEASE_GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}
with:
Expand All @@ -24,7 +24,7 @@ jobs:
name: Docker build and push
needs:
- release
uses: ctfpilot/ci/.github/workflows/docker.yml@v1.2.7
uses: ctfpilot/ci/.github/workflows/docker.yml@v1.3.0
if: needs.release.outputs.version != '' && needs.release.outputs.version != null
permissions:
contents: read
Expand All @@ -35,16 +35,3 @@ jobs:
semver: ${{ needs.release.outputs.version }}
arguments: |
VERSION=${{ needs.release.outputs.version }}

update-develop:
if: github.ref == 'refs/heads/main'
name: "Update Develop Branch"
needs:
- release
uses: ctfpilot/ci/.github/workflows/develop-update.yml@v1.2.7
permissions:
contents: read
pull-requests: write
issues: write
with:
repository: ctfpilot/instancing-fallback
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Require review from security/maintainers for workflows
.releaserc.json @ctfpilot/devops
.releaserc.json @ctfpilot/devops
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Instancing Fallback
# CTF Pilot's Instancing Fallback

**Challenge instancing fallback webserver**

Expand Down
Loading