Skip to content

Commit

Permalink
fix(ci): proper permissions for main CI
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
  • Loading branch information
neilime committed Mar 31, 2024
1 parent a70cd49 commit da4cc44
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 900 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ jobs:
with:
action: ${{ matrix.action }}/action.yml
readme: ${{ matrix.action }}/README.md
repo: ${{ github.event.repository.name }}/${{ matrix.action }}
owner: ${{ github.event.repository.owner }}
repo: ${{ github.event.repository.name }}
pretty: true
versioning_enabled: true
version_prefix: ""
Expand All @@ -172,7 +173,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: changed-files-${{ steps.action-slug.outputs.result }}
path: ${{ github.workspace }}/**/${{ matrix.action }}/README.md
path: ${{ github.workspace }}*/${{ matrix.action }}/README.md

generate-workflows-readme:
needs: prepare-release
Expand Down Expand Up @@ -221,7 +222,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: changed-files-${{ steps.workflow-slug.outputs.result }}
path: ${{ github.workspace }}/**/${{ steps.generate-readme.outputs.readme-file }}
path: ${{ github.workspace }}*/${{ steps.generate-readme.outputs.readme-file }}

publish-actions-readme:
needs: [prepare-release, generate-actions-readme, generate-workflows-readme]
Expand Down
66 changes: 0 additions & 66 deletions self-workflow/.github/workflows/generate-dependabot-config.md

This file was deleted.

74 changes: 0 additions & 74 deletions self-workflow/.github/workflows/greetings.md

This file was deleted.

57 changes: 0 additions & 57 deletions self-workflow/.github/workflows/linter.md

This file was deleted.

57 changes: 0 additions & 57 deletions self-workflow/.github/workflows/need-fix-to-issue.md

This file was deleted.

77 changes: 0 additions & 77 deletions self-workflow/.github/workflows/release-actions.md

This file was deleted.

Loading

0 comments on commit da4cc44

Please sign in to comment.