-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
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
rbe: Testing #1251
base: main
Are you sure you want to change the base?
rbe: Testing #1251
Conversation
@@ -8,6 +8,9 @@ on: | |||
|
|||
jobs: | |||
check: | |||
permissions: | |||
contents: read | |||
packages: read |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages: read
permission required for remote access
--@envoy//tools/cat:target=//:hello \ | ||
@envoy//tools/cat | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
github token needs to be made available
@@ -17,4 +20,9 @@ jobs: | |||
- uses: actions/checkout@v3 | |||
- name: Run CI script | |||
run: | | |||
echo "Hello github" | |||
bazel run \ | |||
--config=remote-envoy-engflow \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for rbe+cache+bes use the --config=remote-envoy-engflow
flag
No description provided.