Skip to content

Commit

Permalink
chore(cicd): fix flipt-io/setup-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro authored Nov 7, 2024
1 parent 6ba4316 commit 03fa621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: flipt-io/[email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: flipt validate
- name: Build and Push bundle
# only build and push feature flags from the develop branch
Expand Down

0 comments on commit 03fa621

Please sign in to comment.