We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@apurvdeodhar
I can confirm that my act local run now works after adding the GITHUB_TOKEN secret parameter, even though I was using
- name: Checkout Branch release/k8s_merged uses: actions/checkout@v4 with: ref: ${{ env.TARGET_BRANCH }} ssh-key: ${{ secrets.SSH_KEY }}
act command:
act -P ubuntu-latest=-self-hosted -W .github/workflows/local-merge-from-master.yaml --container-architecture linux/amd64 -s GITHUB_TOKEN=$GITHUB_TOKEN
Originally posted by @mills-nick in #298 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can confirm that my act local run now works after adding the GITHUB_TOKEN secret parameter, even though I was using
act command:
Originally posted by @mills-nick in #298 (comment)
The text was updated successfully, but these errors were encountered: