Skip to content

Commit 1322e38

Browse files
authored
Merge pull request #7 from ansibleguy/ci-update
Ci update
2 parents 60c2793 + c961549 commit 1322e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/functional_test_result.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash
2727

2828
- name: Pulling logs
29-
run: curl -f https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}/logs?token=${{ secrets.CI_TOKEN_RO }} | jq > /tmp/test.log
29+
run: curl -f https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}/logs?token=${{ secrets.CI_TOKEN_RW }} | jq > /tmp/test.log
3030
shell: bash
3131

3232
- uses: actions/upload-artifact@v4
@@ -36,5 +36,5 @@ jobs:
3636
retention-days: 14
3737

3838
- name: Checking job-state
39-
run: curl -f https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}/state?token=${{ secrets.CI_TOKEN_RO }} | jq -r '.state' | grep -q 'failed' && exit 1 || exit 0
39+
run: curl -f https://${{ env.CI_DOMAIN }}/api/job/${{ env.CI_JOB }}/state?token=${{ secrets.CI_TOKEN_RW }} | jq -r '.state' | grep -q 'failed' && exit 1 || exit 0
4040
shell: bash

.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ rules:
66
truthy:
77
allowed-values: ['true', 'false', 'yes', 'no']
88
line-length:
9-
max: 160
9+
max: 180

0 commit comments

Comments
 (0)