We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9204296 commit 0e87e29Copy full SHA for 0e87e29
.github/workflows/sync-cac-oscal.yml
@@ -163,6 +163,7 @@ jobs:
163
# Step 10: Check if there is any existing open PR
164
- name: Check if there is any existing open PR
165
run: |
166
+ cd oscal-content
167
# Use the GitHub CLI to search for an open PR.
168
# The 'jq' query filters for PRs where the branch name contains "sync_cac_pr".
169
# We take the first result found.
@@ -176,6 +177,8 @@ jobs:
176
177
BRANCH_NAME="sync_cac_pr${{ env.PR_NUMBER }}"
178
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
179
fi
180
+ env:
181
+ GH_TOKEN: ${{ steps.app-token.outputs.token }}
182
# Step 11: Check if the OSCAL content branch exists
183
- name: Check if the OSCAL content branch exists
184
if: ${{ env.CHANGE_FOUND == 'true' }}
0 commit comments