Skip to content

security: add permissions to GitHub Actions workflows #526

security: add permissions to GitHub Actions workflows

security: add permissions to GitHub Actions workflows #526

Workflow file for this run

name: Push/PR
on:
push:
branches:
- master
- main
- renovate/**
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
push-pr:
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3
secrets: inherit
with:
run_test_build_fake_prerelease: true
integration: "cassandra"
fake_prerelease_goarch_matrix: '["amd64"]' # 386 is not supported in jmx integrations
fake_prerelease_download_nrjmx: true