Skip to content

Commit

Permalink
update permiossions for subsections ID
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleib committed Apr 23, 2023
1 parent cfeeec8 commit da0326c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# generating subsections ids
- name: Update frameworks subsections
run: ./scripts/generate_subsections_ids.sh
run: bash ./scripts/generate_subsections_ids.sh

# validate control-ID duplications
- run: python ./scripts/validations.py
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ jobs:
rm -r releaseDev
cp -R pre-release releaseDev
# - name: ls-releasedev
# run: ls releaseDev/
# - name: print_env
# env:
# CUSTOMER: ${{ secrets.CUSTOMER }}
# USERNAME: ${{ secrets.USERNAME }}
# PASSWORD: ${{ secrets.PASSWORD }}
# CLIENT_ID: ${{ secrets.CLIENT_ID_PROD }}
# SECRET_KEY: ${{ secrets.SECRET_KEY_PROD }}
# REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
# REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}

- name: Set outputs
id: set_outputs
run: |
Expand Down

0 comments on commit da0326c

Please sign in to comment.