Skip to content

Commit

Permalink
Merge pull request #71 from portefaix/renovate/actions-add-to-project…
Browse files Browse the repository at this point in the history
…-1.x

Update actions/add-to-project action to v1.0.2
  • Loading branch information
nlamirault authored Jul 2, 2024
2 parents 0281de4 + 70a8a24 commit 1e07426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/projects-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/add-to-project@v1.0.1
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/projects-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/add-to-project@v1.0.1
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down

0 comments on commit 1e07426

Please sign in to comment.