Skip to content

pulling out unnecesasry stuff #2

pulling out unnecesasry stuff

pulling out unnecesasry stuff #2

Workflow file for this run

name: 'Early Access'
on:
push:
branches: [ main ]
jobs:
earlyaccess:
name: 'Early Access'
if: github.repository == 'redis-field-engineering/redis-cache-java' && startsWith(github.event.head_commit.message, 'Releasing version') != true
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main

Check failure on line 11 in .github/workflows/early-access.yml

View workflow run for this annotation

GitHub Actions / Early Access

Invalid workflow file

The workflow is not valid. .github/workflows/early-access.yml (Line: 11, Col: 11): Secret gpg-passphrase is required, but not provided while calling. .github/workflows/early-access.yml (Line: 11, Col: 11): Secret gpg-public-key is required, but not provided while calling.
with:
jreleaser-arguments: full-release
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
github-user: ${{ secrets.GIT_USER }}
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
docker-github-username: ${{ secrets.GIT_USER }}
docker-github-password: ${{ secrets.GIT_ACCESS_TOKEN }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}