Skip to content

Commit

Permalink
chore(deps): bump flipt-io/setup-action from 0.1.0 to 0.2.0 (#494)
Browse files Browse the repository at this point in the history
* chore(deps): bump flipt-io/setup-action from 0.1.0 to 0.2.0

Bumps [flipt-io/setup-action](https://github.com/flipt-io/setup-action) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/flipt-io/setup-action/releases)
- [Changelog](https://github.com/flipt-io/setup-action/blob/main/CHANGELOG.md)
- [Commits](flipt-io/setup-action@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: flipt-io/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(cicd): add github token for flipt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Aschwanden <[email protected]>
  • Loading branch information
dependabot[bot] and nimdanitro authored Nov 5, 2024
1 parent 596fd26 commit c6480ca
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 @@ -17,7 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: flipt-io/[email protected]
- uses: flipt-io/[email protected]
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 c6480ca

Please sign in to comment.