Skip to content

Commit

Permalink
Reenable CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Aug 14, 2024
1 parent bace89a commit 42a92b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
# ci:
# permissions:
# actions: read
# contents: read
# security-events: write
# uses: smallstep/cli/.github/workflows/ci.yml@master
# secrets: inherit
ci:
permissions:
actions: read
contents: read
security-events: write
uses: smallstep/cli/.github/workflows/ci.yml@master
secrets: inherit

create_release:
name: Create Release
# needs: ci
needs: ci
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: smallstep/step-cli
Expand Down

0 comments on commit 42a92b1

Please sign in to comment.