From c3141c4bb7b02a1fa3f1ff5c54661597931bc304 Mon Sep 17 00:00:00 2001 From: Stoica Alex Date: Tue, 21 Nov 2023 12:48:45 +0000 Subject: [PATCH] ci --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b11470f..2a97038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,10 @@ on: jobs: test: - runs-on: ubuntu-latest + permissions: + packages: write + contents: read steps: - uses: actions/checkout@v3 @@ -36,3 +38,8 @@ jobs: SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }} SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }} SNOWFLAKE_WAREHOUSE: ${{ secrets.SNOWFLAKE_WAREHOUSE }} + - name: Build and publish to GitHub Package + uses: actionshub/publish-gem-to-github@v1.0.6 + with: + token: ${{ secrets.GITHUB_TOKEN }} + owner: rinsed-org