From c6480caf2965b163fc039a59afc23d18a38268fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:13:56 +0100 Subject: [PATCH] chore(deps): bump flipt-io/setup-action from 0.1.0 to 0.2.0 (#494) * 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](https://github.com/flipt-io/setup-action/compare/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] * chore(cicd): add github token for flipt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Aschwanden --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6439aaef..3ce87532 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: flipt-io/setup-action@v0.1.0 + - uses: flipt-io/setup-action@v0.2.0 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: flipt validate - name: Build and Push bundle # only build and push feature flags from the develop branch