Skip to content

Commit

Permalink
Update ci-forked-env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 28, 2023
1 parent 76b8319 commit 8d55fa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-forked-env.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request_target:
pull_request:
branches: [ main ]

jobs:
Expand All @@ -17,6 +17,10 @@ jobs:
environment:
name: CI with Tokens # Our dummy environment
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Test README
run: cat README.md
- name: Test secret
run: |
echo "Test secret => ${TEST_SECRET}"
Expand Down

0 comments on commit 8d55fa1

Please sign in to comment.