Skip to content

Commit

Permalink
ci: use fluentci flakestry module
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 24, 2024
1 parent eb05c86 commit 4abc580
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/flakestry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
id-token: "write"
contents: "read"
steps:
- uses: tsirysndr/flakestry-publish@main
with:
version: "${{ inputs.tag || github.ref_name }}"
- uses: actions/checkout@v3
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
- name: Publish flake
run: fluentci run flakestry_pipeline publish
env:
VERSION: ${{ inputs.tag || github.ref_name }}
GH_TOKEN: ${{ github.token }}
ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${{ env.ACTIONS_ID_TOKEN_REQUEST_TOKEN }}
ACTIONS_ID_TOKEN_REQUEST_URL: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL }}
REF: ${{ github.sha }}

0 comments on commit 4abc580

Please sign in to comment.