Skip to content

Commit b0e4bcc

Browse files
authored
Merge pull request #62 from ipni/xedni-github-teams
give contributors push access to xedni repo
2 parents 80dbcce + 4104fe8 commit b0e4bcc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/fix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,13 @@ jobs:
107107
run: node lib/actions/fix-yaml-config.js
108108
working-directory: scripts
109109
- name: Upload YAML config
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: ${{ env.TF_WORKSPACE }}.yml
113113
path: github/${{ env.TF_WORKSPACE }}.yml
114114
if-no-files-found: error
115115
retention-days: 1
116+
overwrite: true
116117
push:
117118
needs: [prepare, fix]
118119
permissions:

.github/workflows/plan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@ jobs:
9090
run: terraform plan -refresh=false -lock=false -out="${TF_WORKSPACE}.tfplan" -no-color
9191
working-directory: terraform
9292
- name: Upload terraform plan
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: ${{ env.TF_WORKSPACE }}_${{ github.event.pull_request.head.sha || github.sha }}.tfplan
9696
path: terraform/${{ env.TF_WORKSPACE }}.tfplan
9797
if-no-files-found: error
9898
retention-days: 90
99+
overwrite: true
99100
comment:
100101
needs: [prepare, plan]
101102
if: github.event_name == 'pull_request_target'

github/ipni.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2268,6 +2268,12 @@ repositories:
22682268
secret_scanning: true
22692269
squash_merge_commit_message: COMMIT_MESSAGES
22702270
squash_merge_commit_title: COMMIT_OR_PR_TITLE
2271+
teams:
2272+
admin:
2273+
- admin
2274+
push:
2275+
- ci
2276+
- contributors
22712277
visibility: public
22722278
vulnerability_alerts: true
22732279
teams:

0 commit comments

Comments
 (0)